From 6d4005294ed1293fe8e7e773e4eef1390e6c5496 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 20 Jan 2011 14:28:12 -0500 Subject: [PATCH] Bumping version of Storable for release per Porting/cmpVERSION.pl --- 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 689cdb9..6954613 100644 --- a/dist/Storable/Storable.pm +++ b/dist/Storable/Storable.pm @@ -23,7 +23,7 @@ use AutoLoader; use FileHandle; use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.25'; +$VERSION = '2.26'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... # -- 2.7.4