diff options
author | Steve Hay <SteveHay@planit.com> | 2010-02-18 00:17:57 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2010-02-18 00:17:57 +0000 |
commit | 99ad6f11b89e2dccd38899cf1e0dc73badd05a94 (patch) | |
tree | d95a7ffef3d3f581f35bd3a5ad89b17bf70899ce /Porting | |
parent | f54260a347c70d42920aa2d2133a5897298830fa (diff) | |
download | perl-99ad6f11b89e2dccd38899cf1e0dc73badd05a94.tar.gz |
Upgrade CPAN from 1.94_55 to 1.94_56
Ensures that all $VERSIONs are bumped in files that have changed since
Perl 5.11.4.
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 cea79cfa6d..ddd96ae955 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -379,7 +379,7 @@ use File::Glob qw(:case); 'CPAN' => { 'MAINTAINER' => 'andk', - 'DISTRIBUTION' => 'ANDK/CPAN-1.94_55.tar.gz', + 'DISTRIBUTION' => 'ANDK/CPAN-1.94_56.tar.gz', 'FILES' => q[cpan/CPAN], 'EXCLUDED' => [ qr{^distroprefs/}, qr{^inc/Test/}, |