libextutils-installpaths-perl 0.012-ok1 source package in openKylin

Changelog

libextutils-installpaths-perl (0.012-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libextutils-installpaths-perl_0.012.orig.tar.gz 17.6 KiB 84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed
libextutils-installpaths-perl_0.012-ok1.debian.tar.xz 1.9 KiB 3fa7bad054290e922d08d17477d9a456cdd26b2ecee9c022297211ece31c0fd7
libextutils-installpaths-perl_0.012-ok1.dsc 2.0 KiB 004fca59ccc652cbd2ac2b79af749594028c574255b699106f0178cbf411f840

View changes file

Binary packages built by this source

libextutils-installpaths-perl: module to make Build.PL install path logic easy

 ExtUtils::InstallPaths tries to make install path resolution as easy as
 possible.
 .
 When you want to install a module, it needs to figure out where to install
 things. The nutshell version of how this works is that default installation
 locations are determined from ExtUtils::Config, and they may be individually
 overridden by using the install_path attribute. An install_base attribute
 lets you specify an alternative installation root like /home/foo and prefix
 does something similar in a rather different (and more complicated) way.
 destdir lets you specify a temporary installation directory like /tmp/install
 in case you want to create bundled-up installable packages.