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