Update to 1.302022

- New upstream release 1.302022
  - Many micro-optimizations
  - Spelling fixes and tests
  - Fix leaky File.t file so that tmp doesn't fill up
  - Move some modules out of the known broken list in xt tests
  - Add Test2-based tools to downstream testing
  - Change when PID/TID are stashed (for forkprove)
  - VMS fixes for Files.t and IPC system
  - Improve thread checks to better detect broken 5.10 builds
  - Use thread checks to skip/run t/Legacy/Regression/637.t
This commit is contained in:
Paul Howarth 2016-05-29 11:51:05 +01:00
parent 84082da3ac
commit 59b9f9c474
2 changed files with 15 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Name: perl-Test-Simple
Summary: Basic utilities for writing tests
Version: 1.302019
Release: 2%{?dist}
Version: 1.302022
Release: 1%{?dist}
# CC0: lib/ok.pm
# Public Domain: lib/Test/Tutorial.pod
# GPL+ or Artistic: the rest of the distribution
@ -147,6 +147,18 @@ make test AUTHOR_TESTING=1
%{_mandir}/man3/Test2::Util::Trace.3*
%changelog
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 1.302022-1
- Update to 1.302022
- Many micro-optimizations
- Spelling fixes and tests
- Fix leaky File.t file so that tmp doesn't fill up
- Move some modules out of the known broken list in xt tests
- Add Test2-based tools to downstream testing
- Change when PID/TID are stashed (for forkprove)
- VMS fixes for Files.t and IPC system
- Improve thread checks to better detect broken 5.10 builds
- Use thread checks to skip/run t/Legacy/Regression/637.t
* Mon May 23 2016 Petr Pisar <ppisar@redhat.com> - 1.302019-2
- Obsolete perl-Test2-0.000044-2 too

View File

@ -1 +1 @@
4cfc893c5b5b1a3a3b6932e7a214b1e4 Test-Simple-1.302019.tar.gz
f3f27f3c4fd642b51928045f04062080 Test-Simple-1.302022.tar.gz