This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d884a50
)
Fix whitespace difference between blead and upstream in MM_Unix.pm
author
Nicholas Clark
<nick@ccl4.org>
Wed, 26 Mar 2008 16:20:11 +0000
(16:20 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Wed, 26 Mar 2008 16:20:11 +0000
(16:20 +0000)
p4raw-id: //depot/perl@33573
lib/ExtUtils/MM_Unix.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MM_Unix.pm
b/lib/ExtUtils/MM_Unix.pm
index
e9114e1
..
90dc0b9
100644
(file)
--- 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 ||= ".";