Update to 1.302062

- New upstream release 1.302062
  - Formatters now have terminate() and finalize() methods; these are called
    when there is a skip_all or bail event (terminate), or when a test suite is
    exiting normally (finalize), which allows formatters to finalize their
    output - this is important for any sort of document-oriented format (as
    opposed to a stream format like TAP) (#723)
  - Removed a warning when using a non-TAP formatter with Test::Builder about
    the formatter not supporting "no_header" and "no_diag"; this happened even
    if the alternative formatter class implemented these attributes
This commit is contained in:
Paul Howarth 2016-10-20 19:20:25 +01:00
parent 5c2c842720
commit 106da2f18d
2 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Test-Simple
Summary: Basic utilities for writing tests
Version: 1.302059
Version: 1.302062
Release: 1%{?dist}
# CC0: lib/ok.pm
# Public Domain: lib/Test/Tutorial.pod
@ -14,7 +14,7 @@ BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Module Runtime
BuildRequires: perl(base)
BuildRequires: perl(Carp)
@ -39,6 +39,7 @@ BuildRequires: perl(Cwd)
BuildRequires: perl(File::Basename)
BuildRequires: perl(IO::Pipe)
BuildRequires: perl(lib)
BuildRequires: perl(parent)
BuildRequires: perl(PerlIO)
BuildRequires: perl(threads)
# Optional Tests
@ -144,6 +145,17 @@ make test AUTHOR_TESTING=1
%{_mandir}/man3/Test2::Util::Trace.3*
%changelog
* Thu Oct 20 2016 Paul Howarth <paul@city-fan.org> - 1.302062-1
- Update to 1.302062
- Formatters now have terminate() and finalize() methods; these are called
when there is a skip_all or bail event (terminate), or when a test suite is
exiting normally (finalize), which allows formatters to finalize their
output - this is important for any sort of document-oriented format (as
opposed to a stream format like TAP) (#723)
- Removed a warning when using a non-TAP formatter with Test::Builder about
the formatter not supporting "no_header" and "no_diag"; this happened even
if the alternative formatter class implemented these attributes
* Mon Sep 26 2016 Paul Howarth <paul@city-fan.org> - 1.302059-1
- Update to 1.302059
- Documentation fixes

View File

@ -1 +1 @@
e35a6344da1a9aafdbfdb21cb4180cee Test-Simple-1.302059.tar.gz
d869f6754eccc38484da7e21e9c7bbcc Test-Simple-1.302062.tar.gz