projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
760807c
)
Duh.
Jarkko Hietaniemi [Mon, 22 Apr 2002 16:15:26 +0000 (16:15 +0000)]
p4raw-id: //depot/perl@16081
lib/ExtUtils/MM_Unix.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MM_Unix.pm
b/lib/ExtUtils/MM_Unix.pm
index
08660d0
..
4604d39
100644
(file)
--- a/
lib/ExtUtils/MM_Unix.pm
+++ b/
lib/ExtUtils/MM_Unix.pm
@@
-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)"