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
(parent:
5808899
)
Re: [patch@31988] Revised Module::Build fixes for VMS.
author
John E. Malmberg
<wb8tyw@qsl.net>
Sat, 29 Sep 2007 14:50:37 +0000
(09:50 -0500)
committer
Craig A. Berry
<craigberry@mac.com>
Sun, 30 Sep 2007 13:56:08 +0000
(13:56 +0000)
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
46FEAC8D
.1080506@qsl.net>
Missed one case in #31995.
p4raw-id: //depot/perl@31998
lib/Module/Build/Base.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Module/Build/Base.pm
b/lib/Module/Build/Base.pm
index
3462505
..
519fe00
100644
(file)
--- a/
lib/Module/Build/Base.pm
+++ b/
lib/Module/Build/Base.pm
@@
-2247,7
+2247,7
@@
sub process_support_files {
push @{$p->{include_dirs}}, $p->{c_source};
- my $files = $self->rscan_dir($p->{c_source}, qr('\.c(pp)?$'));
+ my $files = $self->rscan_dir($p->{c_source},
file_
qr('\.c(pp)?$'));
foreach my $file (@$files) {
push @{$p->{objects}}, $self->compile_c($file);
}