libextutils-installpaths-perl 0.009-1 source package in Ubuntu

Changelog

libextutils-installpaths-perl (0.009-1) unstable; urgency=low


  * Initial release (closes: #714378).

 -- gregor herrmann <email address hidden>  Fri, 28 Jun 2013 17:07:37 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libextutils-installpaths-perl_0.009-1.dsc 2.2 KiB 60df5fb51af3d3e5a5a0a795ec24d2fb6e82ef0a5a907ec64b551911d79ca473
libextutils-installpaths-perl_0.009.orig.tar.gz 18.1 KiB 1b0827a4acf40d38552c4348767000f7e2d8cf5fd0d19436bf8747d2a72d77bc
libextutils-installpaths-perl_0.009-1.debian.tar.gz 1.6 KiB 8efbf5ee90a3becc4eda57b36c2e6944e607c292c8b6cea6826a93224c593da3

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.