diff options
author | David Golden <dagolden@cpan.org> | 2011-07-20 19:49:43 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-07-20 21:17:41 -0400 |
commit | 57126352f86d7519d61962a30eb9c2204826e035 (patch) | |
tree | b9949c7f8be4e7acd3334ab40665a840b9a2717f /dist/ExtUtils-Install/lib/ExtUtils/Install.pm | |
parent | 71449ad0af04ebee5fa2c3d8d9346254d35f05d8 (diff) | |
download | perl-57126352f86d7519d61962a30eb9c2204826e035.tar.gz |
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.
Diffstat (limited to 'dist/ExtUtils-Install/lib/ExtUtils/Install.pm')
-rw-r--r-- | dist/ExtUtils-Install/lib/ExtUtils/Install.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm index 3b030a511a..0b40af2980 100644 --- a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm +++ b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm @@ -38,11 +38,11 @@ ExtUtils::Install - install files from here to there =head1 VERSION -1.55 +1.57 =cut -$VERSION = '1.56'; # <---- dont forget to update the POD section just above this line! +$VERSION = '1.57'; # <---- dont forget to update the POD section just above this line! $VERSION = eval $VERSION; =pod |