libextutils-installpaths-perl

Module to make build.pl install path logic easy
  https://metacpan.org/release/ExtUtils-InstallPaths
  0
  no reviews



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.