Retained local changes to *.t (mostly test boilerplates) since blead
is canonical for this distribution
'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' =>
+Thu Aug 6 10:55:50 IST 2009 Abhijit Menon-Sen <ams@toroid.org>
+
+ 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 <ams@toroid.org>
Version 2.20
use FileHandle;
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.20';
+$VERSION = '2.21';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#