From: Jarkko Hietaniemi Date: Sun, 1 Jul 2001 04:26:08 +0000 (+0000) Subject: VERSION tweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d153fe3ac73419cf3545b57c12acb403ba9077d8;p=p5sagit%2Fp5-mst-13.2.git VERSION tweak. p4raw-id: //depot/perl@11056 --- diff --git a/ext/List/Util/lib/List/Util.pm b/ext/List/Util/lib/List/Util.pm index f40ba98..cb64584 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;