diff options
author | Jos I. Boumans <kane@dwim.org> | 2007-05-04 16:41:39 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-04 14:17:54 +0000 |
commit | 33d1b1220d358b25bf635f693d096ab32d25860f (patch) | |
tree | 08554d8b37a607273f05c0b8990fcd7f0a54441c /lib | |
parent | 2130c338900859fde94b9dea84a75b8d51a34d46 (diff) | |
download | perl-33d1b1220d358b25bf635f693d096ab32d25860f.tar.gz |
A patch from ExtUtils::CBuilder::Base from :
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/CBuilder/Base.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/CBuilder/Base.pm b/lib/ExtUtils/CBuilder/Base.pm index b06d3588bd..72fd74c137 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") && |