summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2007-11-22 07:55:43 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2007-11-22 07:55:43 +0000
commit8c68d109cbc76b7f42ea7453e8e69cdff8b60c36 (patch)
treed262731238d2d22e590f66390531e690618b62f2
parent9111ec31cc05cc607202cdc0cc8b627ca41e0340 (diff)
downloadperl-8c68d109cbc76b7f42ea7453e8e69cdff8b60c36.tar.gz
2.18 release.
p4raw-id: //depot/perl@32447
-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 7d040d774e..5c671ad37d 100644
--- a/ext/Storable/ChangeLog
+++ b/ext/Storable/ChangeLog
@@ -1,3 +1,9 @@
+Thu Nov 22 13:24:18 IST 2007 Abhijit Menon-Sen <ams@toroid.org>
+
+ Version 2.18
+
+ Compile fixes for older Perls. (No functional changes.)
+
Sat Nov 17 02:12:12 IST 2007 Abhijit Menon-Sen <ams@toroid.org>
Version 2.17
diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm
index e7d427457e..75b0780e54 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...
#