The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.