From: Steve Hay Date: Sat, 10 Oct 2009 11:57:52 +0000 (+0100) Subject: Upgrade to Storable-2.21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70006c44dda5cc6303dc8d9ecc1d9b783a380c05;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Storable-2.21 Retained local changes to *.t (mostly test boilerplates) since blead is canonical for this distribution --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 773de17..11ae2db 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' => diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog index ea39953..4ce9853 100644 --- a/dist/Storable/ChangeLog +++ b/dist/Storable/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 6 10:55:50 IST 2009 Abhijit Menon-Sen + + Version 2.21 + + Includes hints/hpux.pl that was inadvertently left out of 2.20. + Mon May 18 09:38:20 IST 2009 Abhijit Menon-Sen Version 2.20 diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm index 20df4f1..2b1acb4 100644 --- a/dist/Storable/Storable.pm +++ b/dist/Storable/Storable.pm @@ -23,7 +23,7 @@ use AutoLoader; use FileHandle; use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.20'; +$VERSION = '2.21'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... #