From 50b479ab2d3e2eea13eaf6eb0b160a2794b8edbd Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Sat, 31 Mar 2007 00:51:55 +0000 Subject: [PATCH] This was released as 2.16. p4raw-id: //depot/perl@30804 --- ext/Storable/Storable.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 77b1b5c..a5d0c6b 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -23,7 +23,7 @@ use AutoLoader; use FileHandle; use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.15_02'; +$VERSION = '2.16'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... # -- 2.7.4