diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2007-11-22 07:55:43 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2007-11-22 07:55:43 +0000 |
commit | 8c68d109cbc76b7f42ea7453e8e69cdff8b60c36 (patch) | |
tree | d262731238d2d22e590f66390531e690618b62f2 | |
parent | 9111ec31cc05cc607202cdc0cc8b627ca41e0340 (diff) | |
download | perl-8c68d109cbc76b7f42ea7453e8e69cdff8b60c36.tar.gz |
2.18 release.
p4raw-id: //depot/perl@32447
-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 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... # |