projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
318bf70
)
bump Storage version to 2.20 to distinguish it from the 2.19 that was
David Mitchell [Sun, 10 May 2009 23:04:09 +0000 (
00:04
+0100)]
bundled with 5.8.9
ext/Storable/Storable.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/Storable.pm
b/ext/Storable/Storable.pm
index
6e7fa4f
..
20df4f1
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.19';
+$VERSION = '2.20';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#