[perl #118907] bump $Storable::VERSION
authorTony Cook <tony@develop-help.com>
Wed, 24 Jul 2013 05:58:46 +0000 (15:58 +1000)
committerTony Cook <tony@develop-help.com>
Wed, 24 Jul 2013 05:58:46 +0000 (15:58 +1000)
dist/Storable/Storable.pm

index 00cc2e7..f297150 100644 (file)
@@ -22,7 +22,7 @@ package Storable; @ISA = qw(Exporter);
 
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.45';
+$VERSION = '2.46';
 
 BEGIN {
     if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {