Update to Scalar-List-Utils 1.08
[p5sagit/p5-mst-13.2.git] / ext / List / Util / lib / List / Util.pm
index 7686ffe..8975b10 100644 (file)
@@ -9,11 +9,11 @@ package List::Util;
 require Exporter;
 require DynaLoader;
 
-our @ISA       = qw(Exporter DynaLoader);
-our @EXPORT_OK = qw(first min max minstr maxstr reduce sum shuffle);
-our $VERSION   = "1.07_00";
+our @ISA        = qw(Exporter DynaLoader);
+our @EXPORT_OK  = qw(first min max minstr maxstr reduce sum shuffle);
+our $VERSION    = "1.08_00";
 our $XS_VERSION = $VERSION;
-$VERSION = eval $VERSION;
+$VERSION    = eval $VERSION;
 
 bootstrap List::Util $XS_VERSION;