Change 16229 by jhi@alpha on 2002/04/27 19:55:51
Retract #16195 since it seems to be unnecessary.
Affected files ...
.... //depot/perl/lib/ExtUtils/MM_Unix.pm#158 edit
Differences ...
==== //depot/perl/lib/ExtUtils/MM_Unix.pm#158 (text) ====
Index: perl/lib/ExtUtils/MM_Unix.pm
--- perl/lib/ExtUtils/MM_Unix.pm.~1~ Sat Apr 27 14:00:05 2002
+++ perl/lib/ExtUtils/MM_Unix.pm Sat Apr 27 14:00:05 2002
@@ -2296,9 +2296,7 @@
EXE_FILES = @{$self->{EXE_FILES}}
} . ($Is_Win32
- ? exists $ENV{PERL_CORE}
- ? q{FIXIN = bin\pl2bat.bat
-} : q{FIXIN = pl2bat.bat
+ ? q{FIXIN = pl2bat.bat
} : q{FIXIN = $(PERLRUN) "-MExtUtils::MY" \
-e "MY->fixin(shift)"
}).qq{
End of Patch.