Increase $Storable::VERSION
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Jul 2011 20:01:58 +0000 (13:01 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Jul 2011 20:01:58 +0000 (13:01 -0700)
The recent CPAN release of 2.30 did not include the last two
changes to Storable.xs, so blead needs a new number.

dist/Storable/Storable.pm

index a742438bed1f5a339b11c2c5e5d1798a38832d8b..95fe93ce0f012663d4be6ed6fbe3d4274bce1661 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter);
 
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.30';
+$VERSION = '2.31';
 
 BEGIN {
     if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {