From: Nicholas Clark Date: Wed, 26 Mar 2008 16:20:11 +0000 (+0000) Subject: Fix whitespace difference between blead and upstream in MM_Unix.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88405f65021bfbbe1a06b9b26a88a387364aa7da;p=p5sagit%2Fp5-mst-13.2.git Fix whitespace difference between blead and upstream in MM_Unix.pm p4raw-id: //depot/perl@33573 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index e9114e1..90dc0b9 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -2451,7 +2451,7 @@ $(MAKE_APERL_FILE) : $(FIRST_MAKEFILE) pm_to_blib push @$extra, $_; } - s/^(.*)/"-I$1"/ for @{$perlinc || []}; + s/^(.*)/"-I$1"/ for @{$perlinc || []}; $target ||= "perl"; $tmp ||= ".";