From: H.Merijn Brand Date: Mon, 29 Sep 2008 12:41:37 +0000 (+0000) Subject: Version up for adding hints/hpux.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec0c3fb5aa4343a5e2f93c0fc42f3623c24507f0;p=p5sagit%2Fp5-mst-13.2.git Version up for adding hints/hpux.pl p4raw-id: //depot/perl@34442 --- diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 75b0780..d78c057 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.18'; +$VERSION = '2.19'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... #