summaryrefslogtreecommitdiff
path: root/dist/Storable
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Storable')
-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...
#