In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8bae1a1ef1c5f80478c931b196ed236a1a222e3e?hp=9abc3fabb7a778345c5a27cb8e6bfc4a934b4ca0>
- Log ----------------------------------------------------------------- commit 8bae1a1ef1c5f80478c931b196ed236a1a222e3e Author: Chris 'BinGOs' Williams <[email protected]> Date: Fri Jul 2 15:11:06 2010 +0100 Correct the version of the included Test-Harness in Maintainers.pl ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 42b4010..5395d4b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1316,7 +1316,7 @@ use File::Glob qw(:case); 'Test::Harness' => { 'MAINTAINER' => 'andya', - 'DISTRIBUTION' => 'ANDYA/Test-Harness-3.17.tar.gz', + 'DISTRIBUTION' => 'ANDYA/Test-Harness-3.21.tar.gz', 'FILES' => q[cpan/Test-Harness], 'EXCLUDED' => [ qr{^examples/}, qr{^inc/}, -- Perl5 Master Repository
