summaryrefslogtreecommitdiff
path: root/ext/Storable
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Storable')
-rw-r--r--ext/Storable/ChangeLog6
-rw-r--r--ext/Storable/Storable.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/ext/Storable/ChangeLog b/ext/Storable/ChangeLog
index 378c3fffdd..7d040d774e 100644
--- a/ext/Storable/ChangeLog
+++ b/ext/Storable/ChangeLog
@@ -1,3 +1,9 @@
+Sat Nov 17 02:12:12 IST 2007 Abhijit Menon-Sen <ams@toroid.org>
+
+ Version 2.17
+
+ Various broken tests fixed. (No functional changes.)
+
Sat Mar 31 06:11:06 IST 2007 Abhijit Menon-Sen <ams@toroid.org>
Version 2.16
diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm
index a5d0c6b597..e7d427457e 100644
--- a/ext/Storable/Storable.pm
+++ b/ext/Storable/Storable.pm
@@ -23,7 +23,7 @@ use AutoLoader;
use FileHandle;
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.16';
+$VERSION = '2.17';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#