diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-16 04:57:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-16 04:57:08 +0000 |
commit | 303615418b9a57c2ec471053f1ec710915096066 (patch) | |
tree | 6c4c2263d31cf3bc61631ae26b25b02489afaa15 /lib/ExtUtils/MM_Win32.pm | |
parent | 864f8ab4dc777f1f69726cb282c61127880e06f9 (diff) | |
download | perl-303615418b9a57c2ec471053f1ec710915096066.tar.gz |
Upgrade to MakeMaker 6.17.
p4raw-id: //depot/perl@21238
Diffstat (limited to 'lib/ExtUtils/MM_Win32.pm')
-rw-r--r-- | lib/ExtUtils/MM_Win32.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ExtUtils/MM_Win32.pm b/lib/ExtUtils/MM_Win32.pm index be9de22d26..8fe0b96d95 100644 --- a/lib/ExtUtils/MM_Win32.pm +++ b/lib/ExtUtils/MM_Win32.pm @@ -29,7 +29,7 @@ use vars qw(@ISA $VERSION $BORLAND $GCC $DMAKE $NMAKE); require ExtUtils::MM_Any; require ExtUtils::MM_Unix; @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); -$VERSION = '1.08'; +$VERSION = '1.09'; $ENV{EMXSHELL} = 'sh'; # to run `commands` @@ -181,7 +181,6 @@ sub init_others { $self->{TEST_F} ||= '$(PERLRUN) -MExtUtils::Command -e test_f'; $self->{DEV_NULL} ||= '> NUL'; - # technically speaking, these should be in init_main() $self->{LD} ||= $Config{ld} || 'link'; $self->{AR} ||= $Config{ar} || 'lib'; |