projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
478b359
)
VERSION tweak.
Jarkko Hietaniemi [Sun, 1 Jul 2001 04:26:08 +0000 (
04:26
+0000)]
p4raw-id: //depot/perl@11056
ext/List/Util/lib/List/Util.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/List/Util/lib/List/Util.pm
b/ext/List/Util/lib/List/Util.pm
index
f40ba98
..
cb64584
100644
(file)
--- a/
ext/List/Util/lib/List/Util.pm
+++ b/
ext/List/Util/lib/List/Util.pm
@@
-11,7
+11,7
@@
require DynaLoader;
our @ISA = qw(Exporter DynaLoader);
our @EXPORT_OK = qw(first min max minstr maxstr reduce sum);
-our $VERSION = "1.02";
+our $VERSION = "1.02_00";
bootstrap List::Util $VERSION;