diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-26 16:20:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-26 16:20:11 +0000 |
commit | 88405f65021bfbbe1a06b9b26a88a387364aa7da (patch) | |
tree | f48e9bd9892159275fefbc24902892d336f0b529 /lib/ExtUtils/MM_Unix.pm | |
parent | d884a504e3fdf3415ff15ed17304d916589dc339 (diff) | |
download | perl-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.pm | 2 |
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 ||= "."; |