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
use Text::ParseWords;
use vars qw($VERSION);
-$VERSION = '0.12';
+$VERSION = '0.12_01';
sub new {
my $class = shift;
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")
&&