From 41a750113098fc9eda8bdc631867506ebba228f4 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Mon, 5 May 2003 03:57:06 +0000 Subject: [PATCH] Oops. More Storable 2.07 preparations. p4raw-id: //depot/perl@19412 --- ext/Storable/README | 2 +- ext/Storable/Storable.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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... # -- 2.7.4