summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-08 12:25:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-08 12:25:04 +0000
commitcaa9d8804e0bff3e31fb731f41ebc68464f2a6b5 (patch)
treee14785c01870237d0dc9fb09c6126b7c5ad5bb74
parentb54a2e1e86bb17fbd0ad24268345864a9fcd8dc6 (diff)
downloadperl-caa9d8804e0bff3e31fb731f41ebc68464f2a6b5.tar.gz
Bump up the Storable $VERSION to 2.0.
p4raw-id: //depot/perl@16478
-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 3031a8d644..72586fad2e 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($forgive_me $VERSION);
-$VERSION = '1.015';
+$VERSION = '2.0';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#