projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a5675
)
Version up for adding hints/hpux.pl
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Mon, 29 Sep 2008 12:41:37 +0000
(12:41 +0000)
committer
H.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
patch
|
blob
|
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.1
8
';
+$VERSION = '2.1
9
';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#