A patch from ExtUtils::CBuilder::Base from :
Jos I. Boumans [Fri, 4 May 2007 14:41:39 +0000 (16:41 +0200)]
Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>

p4raw-id: //depot/perl@31139

lib/ExtUtils/CBuilder/Base.pm

index b06d358..72fd74c 100644 (file)
@@ -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")
        &&