summaryrefslogtreecommitdiff
path: root/ext/Storable/Storable.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2002-05-25 23:37:19 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-25 21:27:52 +0000
commit2aeb64324e6b741bcca55164b568ff141dc296ec (patch)
treed5e8e680349013027cff227eed3289125af71f20 /ext/Storable/Storable.pm
parent486eb0a1e9d0257557207279b6e7c70fb1663b1b (diff)
downloadperl-2aeb64324e6b741bcca55164b568ff141dc296ec.tar.gz
[PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
Date: Sat, 25 May 2002 22:37:19 +0100 Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> Subject: [PATCH] Storable (smaller) From: Nicholas Clark <nick@unfortu.net> Date: Sat, 25 May 2002 23:13:13 +0100 Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16790
Diffstat (limited to 'ext/Storable/Storable.pm')
-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 e694273d77..30a5304b48 100644
--- a/ext/Storable/Storable.pm
+++ b/ext/Storable/Storable.pm
@@ -70,7 +70,7 @@ package Storable; @ISA = qw(Exporter DynaLoader);
use AutoLoader;
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.01';
+$VERSION = '2.02';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#