Update to 1.302030
- New upstream release 1.302030 - Use pre_filter instead of filter for TODO in Test::Builder (fix #683) - Fix typos in transitions doc (#681) - Add 'inherit_trace' param to run_subtest - Properly skip thread test when threads are broken
This commit is contained in:
parent
71e363f583
commit
f6ef986396
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: 1.302026
|
||||
Version: 1.302030
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -148,6 +148,13 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jun 19 2016 Paul Howarth <paul@city-fan.org> - 1.302030-1
|
||||
- Update to 1.302030
|
||||
- Use pre_filter instead of filter for TODO in Test::Builder (fix #683)
|
||||
- Fix typos in transitions doc (#681)
|
||||
- Add 'inherit_trace' param to run_subtest
|
||||
- Properly skip thread test when threads are broken
|
||||
|
||||
* Tue Jun 14 2016 Paul Howarth <paul@city-fan.org> - 1.302026-1
|
||||
- Update to 1.302026
|
||||
- Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user