summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/List/Util/XS.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/List/Util/XS.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/List/Util/XS.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/List/Util/XS.pm b/Master/tlpkg/tlperl/lib/List/Util/XS.pm
index fca0738e5a7..783499c35f6 100644
--- a/Master/tlpkg/tlperl/lib/List/Util/XS.pm
+++ b/Master/tlpkg/tlperl/lib/List/Util/XS.pm
@@ -1,8 +1,9 @@
package List::Util::XS;
use strict;
+use warnings;
use List::Util;
-our $VERSION = "1.42_02"; # FIXUP
+our $VERSION = "1.46_02"; # FIXUP
$VERSION = eval $VERSION; # FIXUP
1;