Version up for adding hints/hpux.pl
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 29 Sep 2008 12:41:37 +0000 (12:41 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 29 Sep 2008 12:41:37 +0000 (12:41 +0000)
p4raw-id: //depot/perl@34442

ext/Storable/Storable.pm

index 75b0780..d78c057 100644 (file)
@@ -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...
 
 #