summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Sub/Util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Sub/Util.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Sub/Util.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Sub/Util.pm b/Master/tlpkg/tlperl/lib/Sub/Util.pm
index e40cf2205e6..1bf58788869 100644
--- a/Master/tlpkg/tlperl/lib/Sub/Util.pm
+++ b/Master/tlpkg/tlperl/lib/Sub/Util.pm
@@ -8,7 +8,6 @@ use strict;
use warnings;
require Exporter;
-require List::Util; # as it has the XS
our @ISA = qw( Exporter );
our @EXPORT_OK = qw(
@@ -16,9 +15,12 @@ our @EXPORT_OK = qw(
subname set_subname
);
-our $VERSION = "1.41";
+our $VERSION = "1.42_02";
$VERSION = eval $VERSION;
+require List::Util; # as it has the XS
+List::Util->VERSION( $VERSION ); # Ensure we got the right XS version (RT#100863)
+
=head1 NAME
Sub::Util - A selection of utility subroutines for subs and CODE references