summaryrefslogtreecommitdiff
path: root/ext/List
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-01 04:26:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-01 04:26:08 +0000
commitd153fe3ac73419cf3545b57c12acb403ba9077d8 (patch)
treec59098b62186c9c99565683881f8fa0ba71d2f4e /ext/List
parent478b3596871826f3cc137b564fd8e095ba914923 (diff)
downloadperl-d153fe3ac73419cf3545b57c12acb403ba9077d8.tar.gz
VERSION tweak.
p4raw-id: //depot/perl@11056
Diffstat (limited to 'ext/List')
-rw-r--r--ext/List/Util/lib/List/Util.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/List/Util/lib/List/Util.pm b/ext/List/Util/lib/List/Util.pm
index f40ba98f91..cb645843ed 100644
--- 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;