libextutils-installpaths-perl 0.012-1.1 source package in Ubuntu

Changelog

libextutils-installpaths-perl (0.012-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 29 Dec 2020 01:07:57 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libextutils-installpaths-perl_0.012-1.1.dsc 2.2 KiB f4fd4664b528bedaf6ad23fef485efd8fa9d79693c172f5fa00330a14468da69
libextutils-installpaths-perl_0.012.orig.tar.gz 17.6 KiB 84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed
libextutils-installpaths-perl_0.012-1.1.debian.tar.xz 2.5 KiB 5e7e6f95ef4f348ea6f863603b4f98b8f87a3ff4317825097ab7a01d58f48933

Available diffs

No changes file available.

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.