Graham Barr > Module-Install-InstallDirs-0.01 > Module::Install::InstallDirs

Download:
Module-Install-InstallDirs-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source   Latest Release: Module-Install-InstallDirs-0.02

NAME ^

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

SYNOPSIS ^

  use inc::Module::Install;

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

DESCRIPTION ^

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 ^

Graham Barr <gbarr@pobox.com>

COPYRIGHT ^

Copyright (c) 2003 Graham Barr <gbarr@pobox.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.