diff options
author | David Golden <dagolden@cpan.org> | 2011-01-21 17:01:33 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-01-21 17:16:33 -0500 |
commit | 64a589f6fd1ab06ffa458b66637e3d0b434d6166 (patch) | |
tree | bd9a88619258ecef7d0b392bcad2e823376f97fc /Porting | |
parent | 0190d5efecb1cd35e285c178a226b864b588d482 (diff) | |
download | perl-64a589f6fd1ab06ffa458b66637e3d0b434d6166.tar.gz |
Updated CPAN.pm to CPAN version 1.94_64
[DELTA]
2011-01-20 David Golden <dagolden@cpan.org>
* release 1.94_64
* remove 'use_file_homedir' config option and fix #62986 using
a more robust method. Original config directories will be found
even if File::HomeDir is installed
* streamline configuration intro text
* add missing documentation for 'atexit' and local::lib bootstrap
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 397b98d853..a74d590e30 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -365,7 +365,7 @@ use File::Glob qw(:case); 'CPAN' => { 'MAINTAINER' => 'andk', - 'DISTRIBUTION' => 'ANDK/CPAN-1.94_63.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-1.94_64.tar.gz', 'FILES' => q[cpan/CPAN], 'EXCLUDED' => [ qr{^distroprefs/}, qr{^inc/Test/}, |