diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2007-11-16 20:43:39 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2007-11-16 20:43:39 +0000 |
commit | b90d408e648441daeaab528431c851a1e28cc982 (patch) | |
tree | c8cdb1dde53e77d08abe22eab5936a9c960c1fae /ext | |
parent | b0ffb24848830edaa03bc94985c1a90bd1017e98 (diff) | |
download | perl-b90d408e648441daeaab528431c851a1e28cc982.tar.gz |
For the 2.17 release.
p4raw-id: //depot/perl@32344
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Storable/ChangeLog | 6 | ||||
-rw-r--r-- | ext/Storable/Storable.pm | 2 |
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... # |