summaryrefslogtreecommitdiff
path: root/ext/Storable
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-05-11 00:04:09 +0100
committerDavid Mitchell <davem@iabyn.com>2009-05-11 00:04:09 +0100
commit4477f4efa618ad1dc98479d6c1631bb62963bc70 (patch)
treee5a46d210767818c486537d44af2bde2a8b540e3 /ext/Storable
parent318bf70858c09319b660d27e01f5808b011181d3 (diff)
downloadperl-4477f4efa618ad1dc98479d6c1631bb62963bc70.tar.gz
bump Storage version to 2.20 to distinguish it from the 2.19 that was
bundled with 5.8.9
Diffstat (limited to 'ext/Storable')
-rw-r--r--ext/Storable/Storable.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm
index 6e7fa4f36e..20df4f1e7d 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...
#