projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
97b11a4
)
Back out _01 version suffix.
Abhijit Menon-Sen [Sun, 29 Feb 2004 04:29:24 +0000 (
04:29
+0000)]
p4raw-id: //depot/perl@22410
ext/Storable/Storable.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/Storable.pm
b/ext/Storable/Storable.pm
index
81034b7
..
8ec8e1e
100644
(file)
--- a/
ext/Storable/Storable.pm
+++ b/
ext/Storable/Storable.pm
@@
-21,7
+21,7
@@
package Storable; @ISA = qw(Exporter DynaLoader);
use AutoLoader;
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.10_01';
+$VERSION = '2.10';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#