From a58a4f4181ab4db05e507f29537bdac1206d6dcf Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Mon, 24 Aug 2009 16:16:52 +0100 Subject: [PATCH] Updated CPANPLUS::Dist::Build to CPAN version 0.38 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 0x4658671F http://www.gumbynet.org.uk ========================== From 2c3e6d8f82c08a5817d74a8407ebcdbbd86ebb15 Mon Sep 17 00:00:00 2001 From: Chris Williams 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 --- Porting/Maintainers.pl | 2 +- lib/CPANPLUS/Dist/Build.pm | 5 +++-- lib/CPANPLUS/Dist/Build/Constants.pm | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9d7365e..6642fd2 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -492,7 +492,7 @@ package Maintainers; '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 ], diff --git a/lib/CPANPLUS/Dist/Build.pm b/lib/CPANPLUS/Dist/Build.pm index d2d001b..73aa741 100644 --- a/lib/CPANPLUS/Dist/Build.pm +++ b/lib/CPANPLUS/Dist/Build.pm @@ -30,7 +30,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; local $Params::Check::VERBOSE = 1; -$VERSION = '0.36'; +$VERSION = '0.38'; =pod @@ -636,7 +636,8 @@ sub create { } else { - msg( $test_output, 0 ); + msg( loc( "MAKE TEST passed:\n%1", $test_output ), 0 ); + #msg( $test_output, 0 ); $dist->status->test(1); } } diff --git a/lib/CPANPLUS/Dist/Build/Constants.pm b/lib/CPANPLUS/Dist/Build/Constants.pm index 7f45d6b..0755927 100644 --- a/lib/CPANPLUS/Dist/Build/Constants.pm +++ b/lib/CPANPLUS/Dist/Build/Constants.pm @@ -9,7 +9,7 @@ BEGIN { require Exporter; use vars qw[$VERSION @ISA @EXPORT]; - $VERSION = '0.36'; + $VERSION = '0.38'; @ISA = qw[Exporter]; @EXPORT = qw[ BUILD_DIR BUILD ]; } -- 2.7.4