Update to 1.302045

- New upstream release 1.302045
  - Work around IPC bug on windows
  - Fix IPC event ordering bug
  - Fix TODO in mixed T2/TB subtests
  - Fix test that segv'd on older perls
This commit is contained in:
Paul Howarth 2016-07-19 10:28:47 +01:00
parent 9069ed63a7
commit bcb9a894af
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.302040
Version: 1.302045
Release: 1%{?dist}
# CC0: lib/ok.pm
# Public Domain: lib/Test/Tutorial.pod
@ -149,6 +149,13 @@ make test AUTHOR_TESTING=1
%{_mandir}/man3/Test2::Util::Trace.3*
%changelog
* Tue Jul 19 2016 Paul Howarth <paul@city-fan.org> - 1.302045-1
- Update to 1.302045
- Work around IPC bug on windows
- Fix IPC event ordering bug
- Fix TODO in mixed T2/TB subtests
- Fix test that segv'd on older perls
* Sun Jul 10 2016 Paul Howarth <paul@city-fan.org> - 1.302040-1
- Update to 1.302040
- Fix broken MANIFEST.SKIP entries (#689)

View File

@ -1 +1 @@
a228959d58c2105d858518a12605ac15 Test-Simple-1.302040.tar.gz
3763d5858569ff7b2f3d4e285479050f Test-Simple-1.302045.tar.gz