From 17616481cf4701b926ec5adcc5914f839cfa0c2e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 12 Jul 2011 13:01:58 -0700 Subject: [PATCH] Increase $Storable::VERSION 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm index a742438..95fe93c 100644 --- a/dist/Storable/Storable.pm +++ b/dist/Storable/Storable.pm @@ -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 }) { -- 2.7.4