From b90d408e648441daeaab528431c851a1e28cc982 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Fri, 16 Nov 2007 20:43:39 +0000 Subject: [PATCH] For the 2.17 release. p4raw-id: //depot/perl@32344 --- ext/Storable/ChangeLog | 6 ++++++ ext/Storable/Storable.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ext/Storable/ChangeLog b/ext/Storable/ChangeLog index 378c3ff..7d040d7 100644 --- a/ext/Storable/ChangeLog +++ b/ext/Storable/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 17 02:12:12 IST 2007 Abhijit Menon-Sen + + Version 2.17 + + Various broken tests fixed. (No functional changes.) + Sat Mar 31 06:11:06 IST 2007 Abhijit Menon-Sen Version 2.16 diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index a5d0c6b..e7d4274 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... # -- 2.7.4