diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-11 10:07:10 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-11 10:07:10 +0100 |
commit | e469e61f2b416389b7fb67acaf0d21735066e6ee (patch) | |
tree | ecc2b4583a7234b472bdea11033fce4afc2dd613 /Porting/Maintainers.pl | |
parent | ee3ace03a45521163d0977e8a8fe5387f0193e80 (diff) | |
download | perl-e469e61f2b416389b7fb67acaf0d21735066e6ee.tar.gz |
Synchronise Maintainers.pl for Storable and version
Diffstat (limited to 'Porting/Maintainers.pl')
-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 d777c619e5..dcaa2bc562 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1666,7 +1666,7 @@ use File::Glob qw(:case); 'Storable' => { 'MAINTAINER' => 'ams', - 'DISTRIBUTION' => 'AMS/Storable-2.29.tar.gz', + 'DISTRIBUTION' => 'AMS/Storable-2.30.tar.gz', 'FILES' => q[dist/Storable], 'EXCLUDED' => [ qr{^t/Test/} ], 'UPSTREAM' => 'blead', @@ -2003,7 +2003,7 @@ use File::Glob qw(:case); 'version' => { 'MAINTAINER' => 'jpeacock', - 'DISTRIBUTION' => 'JPEACOCK/version-0.88.tar.gz', + 'DISTRIBUTION' => 'JPEACOCK/version-0.93.tar.gz', 'FILES' => q[lib/version.pm lib/version.pod lib/version.t lib/version], 'EXCLUDED' => [ qr{^t/.*\.t$}, qw{t/survey_locales}, qr{^vutil/}, |