diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/ExtUtils/MM_Win95.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/ExtUtils/MM_Win95.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/ExtUtils/MM_Win95.pm b/Master/tlpkg/tlperl/lib/ExtUtils/MM_Win95.pm index 9b3b3b85ba8..9c7958058c2 100644 --- a/Master/tlpkg/tlperl/lib/ExtUtils/MM_Win95.pm +++ b/Master/tlpkg/tlperl/lib/ExtUtils/MM_Win95.pm @@ -2,7 +2,7 @@ package ExtUtils::MM_Win95; use strict; -our $VERSION = '6.66'; +our $VERSION = '6.98'; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); @@ -62,7 +62,7 @@ sub xs_cpp { '; } -=item xs_o +=item xs_o The && problem. @@ -116,7 +116,7 @@ Currently maintained by Michael G Schwern C<schwern@pobox.com>. Send patches and ideas to C<makemaker@perl.org>. -See http://www.makemaker.org. +See https://metacpan.org/release/ExtUtils-MakeMaker. =cut |