From: Jarkko Hietaniemi Date: Sat, 26 Jan 2002 23:56:53 +0000 (+0000) Subject: Comment to avoid later "cleanups." X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86e0f6b68413c3c2e4f11fc18a35c314412ef370;p=p5sagit%2Fp5-mst-13.2.git Comment to avoid later "cleanups." p4raw-id: //depot/perl@14438 --- diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index 435d984..d76dbef 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -68,7 +68,7 @@ my $Is_OS2 = $^O eq 'os2'; my $Is_Mac = $^O eq 'MacOS'; my $Is_Win32 = $^O eq 'MSWin32'; my $Is_Cygwin = $^O eq 'cygwin'; -my $Is_NetWare = $Config{osname} eq 'NetWare'; +my $Is_NetWare = $Config{osname} eq 'NetWare'; # $Config{osname} intentional my $Is_BeOS = $^O =~ /beos/i; # XXX should this be that loose? require ExtUtils::MM_Unix;