Bump version to 2.39 because I botched the 2.38 release
authorAbhijit Menon-Sen <ams@toroid.org>
Tue, 11 Sep 2012 01:34:06 +0000 (07:04 +0530)
committerAbhijit Menon-Sen <ams@toroid.org>
Tue, 11 Sep 2012 01:34:06 +0000 (07:04 +0530)
dist/Storable/ChangeLog
dist/Storable/Storable.pm

index e61e97d..351159c 100644 (file)
@@ -1,5 +1,5 @@
 Tue 11 Sep 06:51:11 IST 2012   Abhijit Menon-Sen <ams@toroid.org>
-    Version 2.38
+    Version 2.39
 
        Various bugfixes, including compatibility fixes for older
        versions of Perl and vstring handling.
index c2004f0..668bf44 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter);
 
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.38';
+$VERSION = '2.39';
 
 BEGIN {
     if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {