projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e6a5675
)
Version up for adding hints/hpux.pl
H.Merijn Brand [Mon, 29 Sep 2008 12:41:37 +0000 (12:41 +0000)]
p4raw-id: //depot/perl@34442
ext/Storable/Storable.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/Storable.pm
b/ext/Storable/Storable.pm
index
75b0780
..
d78c057
100644
(file)
--- 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...
#