From: David Mitchell Date: Sun, 10 May 2009 23:04:09 +0000 (+0100) Subject: bump Storage version to 2.20 to distinguish it from the 2.19 that was X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4477f4efa618ad1dc98479d6c1631bb62963bc70;p=p5sagit%2Fp5-mst-13.2.git bump Storage version to 2.20 to distinguish it from the 2.19 that was bundled with 5.8.9 --- diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 6e7fa4f..20df4f1 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -23,7 +23,7 @@ use AutoLoader; use FileHandle; use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.19'; +$VERSION = '2.20'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... #