Change 34442 by [EMAIL PROTECTED] on 2008/09/29 12:41:37
Version up for adding hints/hpux.pl
Affected files ...
... //depot/perl/ext/Storable/Storable.pm#67 edit
Differences ...
==== //depot/perl/ext/Storable/Storable.pm#67 (text) ====
Index: perl/ext/Storable/Storable.pm
--- perl/ext/Storable/Storable.pm#66~32447~ 2007-11-21 23:55:43.000000000
-0800
+++ perl/ext/Storable/Storable.pm 2008-09-29 05:41:37.000000000 -0700
@@ -23,7 +23,7 @@
use FileHandle;
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.18';
+$VERSION = '2.19';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#
End of Patch.