Change 33573 by [EMAIL PROTECTED] on 2008/03/26 16:20:11

        Fix whitespace difference between blead and upstream in MM_Unix.pm

Affected files ...

... //depot/perl/lib/ExtUtils/MM_Unix.pm#239 edit

Differences ...

==== //depot/perl/lib/ExtUtils/MM_Unix.pm#239 (text) ====
Index: perl/lib/ExtUtils/MM_Unix.pm
--- perl/lib/ExtUtils/MM_Unix.pm#238~33396~     2008-02-28 21:09:27.000000000 
-0800
+++ perl/lib/ExtUtils/MM_Unix.pm        2008-03-26 09:20:11.000000000 -0700
@@ -2451,7 +2451,7 @@
        push @$extra, $_;
     }
 
-    s/^(.*)/"-I$1"/ for @{$perlinc || []}; 
+    s/^(.*)/"-I$1"/ for @{$perlinc || []};
 
     $target ||= "perl";
     $tmp    ||= ".";
End of Patch.

Reply via email to