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

Changelog

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


  * Team upload

  * Imported Upstream version 0.010
  * drop trailing slash from metacpan URLs
  * claim conformance with Policy 3.9.5

 -- Damyan Ivanov <email address hidden>  Fri, 08 Nov 2013 19:03:43 +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
Xenial release universe misc
Trusty release main misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libextutils-installpaths-perl_0.010-1.dsc 2.2 KiB c776d26276b11aab8a67e9398075e24c6ff434c655095e8a21720dff7ad8a928
libextutils-installpaths-perl_0.010.orig.tar.gz 18.0 KiB d14cbff118e467900c2c488b55b83ef697d6eb1b8f592c0521f1d82848bf2156
libextutils-installpaths-perl_0.010-1.debian.tar.gz 1.7 KiB ef951f57c105587c746a7c075d30e9a61cd1a96e3e2018d79375b0a614dd7ac8

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.