libextutils-installpaths-perl 0.015-ok1 source package in openKylin
Changelog
libextutils-installpaths-perl (0.015-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:22:30 -0700
libextutils-installpaths-perl (0.015-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:22:30 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libextutils-installpaths-perl_0.015.orig.tar.gz | 18.8 KiB | 7d64eb2dfa87ead010cdf55c8a1bdfde50b7b5852d7cb8cf2304f55bea2eb007 |
| libextutils-installpaths-perl_0.015-ok1.debian.tar.xz | 1.8 KiB | d6b22f9984c160f143a4dcd8208b2498a28d6140b09a031a282d537139174980 |
| libextutils-installpaths-perl_0.015-ok1.dsc | 2.1 KiB | aac1674f2d4e70941fa98690e0df7b351ac4fcf0d29a41c2c64b54342757855c |
ExtUtils:
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.