Hi,
Attached is a patch to update the CPANPLUS::Dist::Build in core
to the CPAN version 0.38
Highlights from the Changelog:
==============================
0.38 Mon Aug 24 13:59:11 BST 2009
- Cosmetic change to the test output message so it
matches CPANPLUS::Dist::MM (bingos)
==============================
Many thanks,
--
Chris Williams
aka BinGOs
PGP ID 0x
4658671F
http://www.gumbynet.org.uk
==========================
From
2c3e6d8f82c08a5817d74a8407ebcdbbd86ebb15 Mon Sep 17 00:00:00 2001
From: Chris Williams <chris@bingosnet.co.uk>
Date: Mon, 24 Aug 2009 16:09:47 +0100
Subject: [PATCH] Updated CPANPLUS::Dist::Build to CPAN version 0.38
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
'CPANPLUS::Dist::Build' =>
{
'MAINTAINER' => 'bingos',
- 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.36.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.38.tar.gz',
'FILES' => q[lib/CPANPLUS/Dist/Build.pm
lib/CPANPLUS/Dist/Build
],
local $Params::Check::VERBOSE = 1;
-$VERSION = '0.36';
+$VERSION = '0.38';
=pod
}
else {
- msg( $test_output, 0 );
+ msg( loc( "MAKE TEST passed:\n%1", $test_output ), 0 );
+ #msg( $test_output, 0 );
$dist->status->test(1);
}
}
require Exporter;
use vars qw[$VERSION @ISA @EXPORT];
- $VERSION = '0.36';
+ $VERSION = '0.38';
@ISA = qw[Exporter];
@EXPORT = qw[ BUILD_DIR BUILD ];
}