projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b54a2e1
)
Bump up the Storable $VERSION to 2.0.
Jarkko Hietaniemi [Wed, 8 May 2002 12:25:04 +0000 (12:25 +0000)]
p4raw-id: //depot/perl@16478
ext/Storable/Storable.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/Storable.pm
b/ext/Storable/Storable.pm
index
3031a8d
..
72586fa
100644
(file)
--- a/
ext/Storable/Storable.pm
+++ b/
ext/Storable/Storable.pm
@@
-70,7
+70,7
@@
package Storable; @ISA = qw(Exporter DynaLoader);
use AutoLoader;
use vars qw($forgive_me $VERSION);
-$VERSION = '1.015';
+$VERSION = '2.0';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#