summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/MM_Unix.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-03-26 16:20:11 +0000
committerNicholas Clark <nick@ccl4.org>2008-03-26 16:20:11 +0000
commit88405f65021bfbbe1a06b9b26a88a387364aa7da (patch)
treef48e9bd9892159275fefbc24902892d336f0b529 /lib/ExtUtils/MM_Unix.pm
parentd884a504e3fdf3415ff15ed17304d916589dc339 (diff)
downloadperl-88405f65021bfbbe1a06b9b26a88a387364aa7da.tar.gz
Fix whitespace difference between blead and upstream in MM_Unix.pm
p4raw-id: //depot/perl@33573
Diffstat (limited to 'lib/ExtUtils/MM_Unix.pm')
-rw-r--r--lib/ExtUtils/MM_Unix.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm
index e9114e1236..90dc0b9e57 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 ||= ".";