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 bed177d210a..464f814f0f7 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.56; +our $VERSION = 6.57_05; our @ISA = qw(ExtUtils::MM); { |