diff options
author | Steve Hay <SteveHay@planit.com> | 2009-10-10 12:57:52 +0100 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-10-11 03:12:17 +0100 |
commit | 70006c44dda5cc6303dc8d9ecc1d9b783a380c05 (patch) | |
tree | f4a47d0bdf1eb51d51e8dcf8be8ff4f918cee228 /Porting | |
parent | ac185ebf4c9d4029f84d842ad19bcac6f814ae7b (diff) | |
download | perl-70006c44dda5cc6303dc8d9ecc1d9b783a380c05.tar.gz |
Upgrade to Storable-2.21
Retained local changes to *.t (mostly test boilerplates) since blead
is canonical for this distribution
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 773de1717a..11ae2dbb46 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1341,11 +1341,11 @@ use File::Glob qw(:case); 'Storable' => { 'MAINTAINER' => 'ams', - 'DISTRIBUTION' => 'AMS/Storable-2.20.tar.gz', + 'DISTRIBUTION' => 'AMS/Storable-2.21.tar.gz', 'FILES' => q[dist/Storable], 'EXCLUDED' => [ qr{^t/Test/} ], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'Switch' => |