From: Jos I. Boumans Date: Fri, 4 May 2007 14:41:39 +0000 (+0200) Subject: A patch from ExtUtils::CBuilder::Base from : X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33d1b1220d358b25bf635f693d096ab32d25860f;p=p5sagit%2Fp5-mst-13.2.git A patch from ExtUtils::CBuilder::Base from : Subject: [PATCH] Add CPANPLUS::Dist::Build to the core From: "Jos I. Boumans" Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org> p4raw-id: //depot/perl@31139 --- diff --git a/lib/ExtUtils/CBuilder/Base.pm b/lib/ExtUtils/CBuilder/Base.pm index b06d358..72fd74c 100644 --- a/lib/ExtUtils/CBuilder/Base.pm +++ b/lib/ExtUtils/CBuilder/Base.pm @@ -7,7 +7,7 @@ use Config; use Text::ParseWords; use vars qw($VERSION); -$VERSION = '0.12'; +$VERSION = '0.12_01'; sub new { my $class = shift; @@ -244,7 +244,7 @@ sub perl_src { my $dir = File::Spec->curdir; # Try up to 5 levels upwards - for (0..5) { + for (0..10) { if ( -f File::Spec->catfile($dir,"config_h.SH") &&