enable Win32 to build again
Mattia Barbon [Sun, 13 Jan 2002 21:49:24 +0000 (22:49 +0100)]
Message-ID: <3C4200E4.15926.23F6131@localhost>

miniperl.exe.exe does not exe that well.

p4raw-id: //depot/perl@14248

lib/ExtUtils/MM_Unix.pm

index 4f34883..24e36a1 100644 (file)
@@ -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} ||=