diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/ExtUtils/MY.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/ExtUtils/MY.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/ExtUtils/MY.pm b/Master/tlpkg/tlperl/lib/ExtUtils/MY.pm index 5a080ea8c47..779c791297c 100644 --- a/Master/tlpkg/tlperl/lib/ExtUtils/MY.pm +++ b/Master/tlpkg/tlperl/lib/ExtUtils/MY.pm @@ -3,7 +3,8 @@ package ExtUtils::MY; use strict; require ExtUtils::MM; -our $VERSION = '7.10_02'; +our $VERSION = '7.24'; +$VERSION = eval $VERSION; our @ISA = qw(ExtUtils::MM); { |