projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6ce7725
)
This was released as 2.16.
Abhijit Menon-Sen [Sat, 31 Mar 2007 00:51:55 +0000 (
00:51
+0000)]
p4raw-id: //depot/perl@30804
ext/Storable/Storable.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/Storable.pm
b/ext/Storable/Storable.pm
index
77b1b5c
..
a5d0c6b
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.15_02';
+$VERSION = '2.16';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#