This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Duh.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 22 Apr 2002 16:15:26 +0000 (16:15 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 22 Apr 2002 16:15:26 +0000 (16:15 +0000)
p4raw-id: //depot/perl@16081

lib/ExtUtils/MM_Unix.pm

index 08660d0..4604d39 100644 (file)
@@ -2262,7 +2262,7 @@ sub installbin {
     push(@m, qq{
 EXE_FILES = @{$self->{EXE_FILES}}
 
-} . (($Is_Win32 || $Is_NetWare)x
+} . (($Is_Win32 || $Is_NetWare)
   ? q{FIXIN = pl2bat.bat
 } : q{FIXIN = $(PERLRUN) "-MExtUtils::MY" \
     -e "MY->fixin(shift)"