From: Abhijit Menon-Sen Date: Mon, 5 May 2003 03:57:06 +0000 (+0000) Subject: Oops. More Storable 2.07 preparations. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=41a750113098fc9eda8bdc631867506ebba228f4;p=p5sagit%2Fp5-mst-13.2.git Oops. More Storable 2.07 preparations. p4raw-id: //depot/perl@19412 --- diff --git a/ext/Storable/README b/ext/Storable/README index e0d81ec..b8704c3 100644 --- a/ext/Storable/README +++ b/ext/Storable/README @@ -1,4 +1,4 @@ - Storable 2.06 + Storable 2.07 Copyright (c) 1995-2000, Raphael Manfredi Copyright (c) 2001,2002, Larry Wall diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index a380777..e1a72f6 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -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... #