diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-02-21 23:20:14 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-02-21 23:21:07 +0000 |
commit | 149d510d6e1a1cffb86aac23789fcb26ff67ffa9 (patch) | |
tree | 99c7fedc39f76a03a55a60384433e73e64812237 /Porting | |
parent | 05bd2440ec700e08a3d803cbc640591d8ff3b2bd (diff) | |
download | perl-149d510d6e1a1cffb86aac23789fcb26ff67ffa9.tar.gz |
Update Test-Harness to CPAN version 3.23
[DELTA]
3.23 2011-02-20
- Merge in changes from core. Thanks BinGOs.
- Made SourceHandler understand that an executable binary file
is probably an executable.
- Added workaround for Getopt::Long 2.25 handling of
multivalue options. Fixes test failure on stock perl 5.6.2.
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 b90230d8c4..f694bce4c5 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1424,7 +1424,7 @@ use File::Glob qw(:case); 'Test::Harness' => { 'MAINTAINER' => 'andya', - 'DISTRIBUTION' => 'ANDYA/Test-Harness-3.22.tar.gz', + 'DISTRIBUTION' => 'ANDYA/Test-Harness-3.23.tar.gz', 'FILES' => q[cpan/Test-Harness], 'EXCLUDED' => [ qr{^examples/}, qr{^inc/}, |