- 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(). OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=11
This commit is contained in:
parent
31823fc4bb
commit
3cb72c2c34
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adb2b44aabcacadcd88ae00a5ac1ca1a4a565ab59b088b6583a8936dbbac9d53
|
||||
size 180858
|
3
Test-Harness-3.23.tar.bz2
Normal file
3
Test-Harness-3.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a56f32115a3d4f6bce55187d96b3aee2b7b5a4e609c24a7e7bdf241d4cafbce4
|
||||
size 181512
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user