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:
Paul Howarth 2016-06-19 13:41:40 +01:00
parent 71e363f583
commit f6ef986396
2 changed files with 9 additions and 2 deletions

View File

@ -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)

View File

@ -1 +1 @@
b60bc366dc6754fa155d7cca9a3dd45c Test-Simple-1.302026.tar.gz
d4abbb82b178dba9cd9c6c737f0ad6b3 Test-Simple-1.302030.tar.gz