This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $Storable::VERSION to 2.29
authorFather Chrysostomos <sprout@cpan.org>
Tue, 21 Jun 2011 05:31:01 +0000 (22:31 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Jun 2011 15:21:58 +0000 (08:21 -0700)
dist/Storable/Storable.pm

index e69b455..78ff0b6 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter);
 
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.28';
+$VERSION = '2.29';
 
 BEGIN {
     if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {