Oops. More Storable 2.07 preparations.
authorAbhijit Menon-Sen <ams@wiw.org>
Mon, 5 May 2003 03:57:06 +0000 (03:57 +0000)
committerAbhijit Menon-Sen <ams@wiw.org>
Mon, 5 May 2003 03:57:06 +0000 (03:57 +0000)
p4raw-id: //depot/perl@19412

ext/Storable/README
ext/Storable/Storable.pm

index e0d81ec..b8704c3 100644 (file)
@@ -1,4 +1,4 @@
-                         Storable 2.06
+                         Storable 2.07
                Copyright (c) 1995-2000, Raphael Manfredi
                Copyright (c) 2001,2002, Larry Wall
 
index a380777..e1a72f6 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter DynaLoader);
 use AutoLoader;
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.06';
+$VERSION = '2.07';
 *AUTOLOAD = \&AutoLoader::AUTOLOAD;            # Grrr...
 
 #