This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Scalar-List-Utils from version 1.34 to 1.35
[perl5.git] / cpan / List-Util / lib / List / Util / XS.pm
index f0c34a8..0625a0a 100644 (file)
@@ -2,7 +2,7 @@ package List::Util::XS;
 use strict;
 use List::Util;
 
-our $VERSION = "1.34";       # FIXUP
+our $VERSION = "1.35";       # FIXUP
 $VERSION = eval $VERSION;    # FIXUP
 
 1;