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 /pod | |
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 'pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 765ed01092..e9ccfab4bc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -106,7 +106,7 @@ C<JSON::PP> has been upgraded from version 2.27103 to 2.27104 =item * -XXX +C<Test::Harness> has been upgraded from version 3.22 to 3.23 =back |