From: Abhijit Menon-Sen Date: Fri, 16 Nov 2007 20:43:39 +0000 (+0000) Subject: For the 2.17 release. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b90d408e648441daeaab528431c851a1e28cc982;p=p5sagit%2Fp5-mst-13.2.git For the 2.17 release. p4raw-id: //depot/perl@32344 --- 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... #