From f5690dd33b1310d207d83e01b6fdb8da423887de Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 24 Jul 2013 15:58:46 +1000 Subject: [PATCH] [perl #118907] bump $Storable::VERSION --- 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 00cc2e7..f297150 100644 --- a/dist/Storable/Storable.pm +++ b/dist/Storable/Storable.pm @@ -22,7 +22,7 @@ package Storable; @ISA = qw(Exporter); use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.45'; +$VERSION = '2.46'; BEGIN { if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) { -- 2.7.4