summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-10-10 12:57:52 +0100
committerSteve Hay <SteveHay@planit.com>2009-10-11 03:12:17 +0100
commit70006c44dda5cc6303dc8d9ecc1d9b783a380c05 (patch)
treef4a47d0bdf1eb51d51e8dcf8be8ff4f918cee228 /dist
parentac185ebf4c9d4029f84d842ad19bcac6f814ae7b (diff)
downloadperl-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 'dist')
-rw-r--r--dist/Storable/ChangeLog6
-rw-r--r--dist/Storable/Storable.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog
index ea3995324a..4ce98539c3 100644
--- a/dist/Storable/ChangeLog
+++ b/dist/Storable/ChangeLog
@@ -1,3 +1,9 @@
+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
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm
index 20df4f1e7d..2b1acb4ea9 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...
#