Update to 1.302073
- New upstream release 1.302073
- Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to
faciliate transferring event data between processes (#741)
- Generate HashBase from Object::HashBase, which has been split out
- When a subtest is marked as todo, all of its contained Ok and Subtest
events are now updated so that they return true for $e->effective_pass
(#742)
- Added two new event classes, Test2::Event::Encoding and
Test2::Event::TAP::Version; these are primarily being added for the benefit
of Test2::Harness now, but they could be useful for other Test2 event
consumer tools in the future (#743)
- Expose tools.pl as Test2::Tools::Tiny
This commit is contained in:
parent
c4521ef3fe
commit
631e67abe6
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: 1.302067
|
||||
Version: 1.302073
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -119,6 +119,7 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Event.3*
|
||||
%{_mandir}/man3/Test2::Event::Bail.3*
|
||||
%{_mandir}/man3/Test2::Event::Diag.3*
|
||||
%{_mandir}/man3/Test2::Event::Encoding.3*
|
||||
%{_mandir}/man3/Test2::Event::Exception.3*
|
||||
%{_mandir}/man3/Test2::Event::Generic.3*
|
||||
%{_mandir}/man3/Test2::Event::Info.3*
|
||||
@ -127,6 +128,7 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Event::Plan.3*
|
||||
%{_mandir}/man3/Test2::Event::Skip.3*
|
||||
%{_mandir}/man3/Test2::Event::Subtest.3*
|
||||
%{_mandir}/man3/Test2::Event::TAP::Version.3*
|
||||
%{_mandir}/man3/Test2::Event::Waiting.3*
|
||||
%{_mandir}/man3/Test2::Formatter.3*
|
||||
%{_mandir}/man3/Test2::Formatter::TAP.3*
|
||||
@ -137,6 +139,7 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::IPC.3*
|
||||
%{_mandir}/man3/Test2::IPC::Driver.3*
|
||||
%{_mandir}/man3/Test2::IPC::Driver::Files.3*
|
||||
%{_mandir}/man3/Test2::Tools::Tiny.3*
|
||||
%{_mandir}/man3/Test2::Transition.3*
|
||||
%{_mandir}/man3/Test2::Util.3*
|
||||
%{_mandir}/man3/Test2::Util::ExternalMeta.3*
|
||||
@ -144,6 +147,20 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2016 Paul Howarth <paul@city-fan.org> - 1.302073-1
|
||||
- Update to 1.302073
|
||||
- Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to
|
||||
faciliate transferring event data between processes (#741)
|
||||
- Generate HashBase from Object::HashBase, which has been split out
|
||||
- When a subtest is marked as todo, all of its contained Ok and Subtest
|
||||
events are now updated so that they return true for $e->effective_pass
|
||||
(#742)
|
||||
- Added two new event classes, Test2::Event::Encoding and
|
||||
Test2::Event::TAP::Version; these are primarily being added for the benefit
|
||||
of Test2::Harness now, but they could be useful for other Test2 event
|
||||
consumer tools in the future (#743)
|
||||
- Expose tools.pl as Test2::Tools::Tiny
|
||||
|
||||
* Thu Nov 24 2016 Paul Howarth <paul@city-fan.org> - 1.302067-1
|
||||
- Update to 1.302067
|
||||
- Fix double release when 'throw' is used in context_do()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user