diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-07-02 15:11:06 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-07-02 15:11:06 +0100 |
commit | 8bae1a1ef1c5f80478c931b196ed236a1a222e3e (patch) | |
tree | 8e1983c06b87c4d24eeeed4cfe8d35ca5c228c0e /Porting | |
parent | 9abc3fabb7a778345c5a27cb8e6bfc4a934b4ca0 (diff) | |
download | perl-8bae1a1ef1c5f80478c931b196ed236a1a222e3e.tar.gz |
Correct the version of the included Test-Harness in Maintainers.pl
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 42b4010351..5395d4ba0f 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/}, |