From f22549bbfa35b17fad20cb25463164fea72b9754 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 24 Apr 2012 16:00:13 -0700 Subject: [PATCH] Increase $Storable::VERSION to 2.35 --- 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 5601f6d..6f92611 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.34'; +$VERSION = '2.35'; BEGIN { if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) { -- 2.7.4