From: Abhijit Menon-Sen Date: Thu, 22 Nov 2007 07:55:43 +0000 (+0000) Subject: 2.18 release. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c68d109cbc76b7f42ea7453e8e69cdff8b60c36;p=p5sagit%2Fp5-mst-13.2.git 2.18 release. p4raw-id: //depot/perl@32447 --- diff --git a/ext/Storable/ChangeLog b/ext/Storable/ChangeLog index 7d040d7..5c671ad 100644 --- a/ext/Storable/ChangeLog +++ b/ext/Storable/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 22 13:24:18 IST 2007 Abhijit Menon-Sen + + Version 2.18 + + Compile fixes for older Perls. (No functional changes.) + Sat Nov 17 02:12:12 IST 2007 Abhijit Menon-Sen Version 2.17 diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index e7d4274..75b0780 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.17'; +$VERSION = '2.18'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... #