This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29923f
)
enable Win32 to build again
author
Mattia Barbon
<mbarbon@dsi.unive.it>
Sun, 13 Jan 2002 21:49:24 +0000
(22:49 +0100)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 13 Jan 2002 19:52:02 +0000
(19:52 +0000)
Message-ID: <
3C4200E4
.15926.23F6131@localhost>
miniperl.exe.exe does not exe that well.
p4raw-id: //depot/perl@14248
lib/ExtUtils/MM_Unix.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MM_Unix.pm
b/lib/ExtUtils/MM_Unix.pm
index
4f34883
..
24e36a1
100644
(file)
--- a/
lib/ExtUtils/MM_Unix.pm
+++ b/
lib/ExtUtils/MM_Unix.pm
@@
-2040,7
+2040,8
@@
usually solves this kind of problem.
# Build up a set of file names (not command names).
foreach $element (@perls) {
- $element .= "$Config{exe_ext}";
+ $element .= $Config{exe_ext}
+ unless $element =~ m/$Config{exe_ext}$/i;
}
$self->{PERL} ||=