Module::Install::InstallDirs - Module::Install extension to detect INSTALLDIR settings


Module-Install-InstallDirs documentation  | view source Contained in the Module-Install-InstallDirs distribution.

Index


NAME

Top

Module::Install::InstallDirs - Module::Install extension to detect INSTALLDIR settings

SYNOPSIS

Top

  use inc::Module::Install;

  installdirs(qw(Foo::Bar Bar::Foo));

DESCRIPTION

Top

installdirs is intended for use with distributions that are distributed on CPAN and also as part of the main perl distribution. If any of the module names passed are found in the library directories that are used when perl itself is installed, then the MakeMaker INSTALLDIRS argument is set to perl

AUTHOR

Top

Graham Barr <gbarr@pobox.com>

COPYRIGHT

Top


Module-Install-InstallDirs documentation  | view source Contained in the Module-Install-InstallDirs distribution.