diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm b/Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm index feeca59728b..648ba5401b6 100644 --- a/Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm +++ b/Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm @@ -1,7 +1,7 @@ package ExtUtils::MM_VOS; use strict; -our $VERSION = '6.66'; +our $VERSION = '6.98'; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); |