This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adds 'skip_cwd' parameter to ExtUtils::Installed.
authorDavid Golden <dagolden@cpan.org>
Wed, 20 Jul 2011 23:49:43 +0000 (19:49 -0400)
committerDavid Golden <dagolden@cpan.org>
Thu, 21 Jul 2011 01:17:41 +0000 (21:17 -0400)
commit57126352f86d7519d61962a30eb9c2204826e035
treeb9949c7f8be4e7acd3334ab40665a840b9a2717f
parent71449ad0af04ebee5fa2c3d8d9346254d35f05d8
Adds 'skip_cwd' parameter to ExtUtils::Installed.

With this new parameter, the current directory is not included in the
installed module search.  This avoids finding modules from other perls
which happen to be below the current directory.
dist/ExtUtils-Install/Changes
dist/ExtUtils-Install/lib/ExtUtils/Install.pm
dist/ExtUtils-Install/lib/ExtUtils/Installed.pm
dist/ExtUtils-Install/t/Installed.t
pod/perldelta.pod