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

index f40ba98..cb64584 100644 (file)
@@ -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;