Commit graph

2 commits

Author SHA1 Message Date
wiz
bd9186d997 Update to 0.010:
0.010     2013-10-29 12:17:18 Europe/Amsterdam
          Deprecated usage of legacy configuration variables
          Generate default paths more dynamically
2013-12-07 01:00:02 +00:00
sno
35fcf06a7b Adding package for CPAN distribution ExtUtils-InstallPaths version 0.009
into devel/p5-ExtUtils-InstallPaths.

This module tries to make install path resolution as easy as possible.

When one wants 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 one specify an alternative installation root like /home/foo and prefix
does something similar in a rather different (and more complicated) way.
destdir lets one specify a temporary installation directory like /tmp/install
in case one want to create bundled-up installable packages.
2013-07-03 07:07:52 +00:00