Increase $Storable::VERSION to 2.35
authorFather Chrysostomos <sprout@cpan.org>
Tue, 24 Apr 2012 23:00:13 +0000 (16:00 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 21 May 2012 23:51:37 +0000 (16:51 -0700)
dist/Storable/Storable.pm

index 5601f6d..6f92611 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter);
 
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.34';
+$VERSION = '2.35';
 
 BEGIN {
     if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {