diff --git a/Test-Harness-3.20.tar.bz2 b/Test-Harness-3.20.tar.bz2 deleted file mode 100644 index dc96dc1..0000000 --- a/Test-Harness-3.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb2b44aabcacadcd88ae00a5ac1ca1a4a565ab59b088b6583a8936dbbac9d53 -size 180858 diff --git a/Test-Harness-3.23.tar.bz2 b/Test-Harness-3.23.tar.bz2 new file mode 100644 index 0000000..65e3bf9 --- /dev/null +++ b/Test-Harness-3.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56f32115a3d4f6bce55187d96b3aee2b7b5a4e609c24a7e7bdf241d4cafbce4 +size 181512 diff --git a/perl-Test-Harness.changes b/perl-Test-Harness.changes index 786096b..0edd8cf 100644 --- a/perl-Test-Harness.changes +++ b/perl-Test-Harness.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Feb 22 17:15:01 UTC 2011 - lars@linux-schulserver.de + +- update to 3.23: + + 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 + + Removed TAP::Parser::SourceHandler::pgTAP. Find it in its own + distribution on CPAN + + Add --trap (summary on Ctrl-C) option to prove (#59427) + + Preserve old semantics for test scripts with a shebang line + by favouring Perl as the intepreter for any file with a + shebang (#59457) + + Allow TAP::Parser to recognize a nested BAIL_OUT directive. + + Add brief HOWTO for creating and running pgTAP tests to + TAP::Parser::SourceHandler::pgTAP. + + Fix trailing plan + embedded YAML + TAP 13 case. Thanks to + Steffen Schwigon. #54518. + + Numerous spelling fixes. Thanks to Ville Skyttä. + + Add new option --tapversion for prove to set the default + assumed TAP version. Thanks to Steffen Schwigon. + + Fixed tests to run successfully under Devel::Cover. Thanks to + Phillipe Bruhat. + + Fixed injection of test args to work with general executables + as well as Perl scripts (#59186). + + Allow multiple --ext=.foo arguments to prove, to allow running + different types of tests in the same prove run. + + App::Prove::extension() is now App::Prove::extensions(), and + returns an arrayref of extensions, rather than a single scalar. + The same change has been made to App::Prove::State::extension(). + ------------------------------------------------------------------- Tue Nov 30 14:03:24 UTC 2010 - coolo@novell.com diff --git a/perl-Test-Harness.spec b/perl-Test-Harness.spec index 57e283e..51e322b 100644 --- a/perl-Test-Harness.spec +++ b/perl-Test-Harness.spec @@ -20,7 +20,7 @@ Name: perl-Test-Harness %define cpan_name %(%{__sed} -e 's,perl-,,' <<< %{name}) Summary: Run Perl standard test scripts with statistics -Version: 3.20 +Version: 3.23 Release: 1 License: Artistic License Group: Development/Libraries/Perl