diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm b/Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm index dea49e1a566..72f472cca2e 100644 --- a/Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm +++ b/Master/tlpkg/tlperl/lib/ExtUtils/MM_VOS.pm @@ -1,7 +1,8 @@ package ExtUtils::MM_VOS; use strict; -our $VERSION = '7.44'; +use warnings; +our $VERSION = '7.62'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; |