Update to 1.302056

- New upstream release 1.302056
  - Fix skip_all in require in intercept (#696)
  - Documentation of what is better in Test2 (#663)
  - Document Test::Builder::Tester plan limitations
  - Document limitations in is_deeply (#595)
  - Better documentation of done_testing purpose (#151)
  - Make ctx->send_event detect termination events (#707)
  - Allow '#' and '\n' in ok names
  - Fix special case of ok line ending in backslash
  - Improve a test that captures STDERR/STDOUT
This commit is contained in:
Paul Howarth 2016-09-13 08:55:40 +01:00
parent d8bca98b92
commit 29f2c353f2
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Test-Simple
Summary: Basic utilities for writing tests
Version: 1.302052
Version: 1.302056
Release: 1%{?dist}
# CC0: lib/ok.pm
# Public Domain: lib/Test/Tutorial.pod
@ -149,6 +149,18 @@ make test AUTHOR_TESTING=1
%{_mandir}/man3/Test2::Util::Trace.3*
%changelog
* Tue Sep 13 2016 Paul Howarth <paul@city-fan.org> - 1.302056-1
- Update to 1.302056
- Fix skip_all in require in intercept (#696)
- Documentation of what is better in Test2 (#663)
- Document Test::Builder::Tester plan limitations
- Document limitations in is_deeply (#595)
- Better documentation of done_testing purpose (#151)
- Make ctx->send_event detect termination events (#707)
- Allow '#' and '\n' in ok names
- Fix special case of ok line ending in backslash
- Improve a test that captures STDERR/STDOUT
* Sun Aug 14 2016 Paul Howarth <paul@city-fan.org> - 1.302052-1
- Update to 1.302052
- Add contact info to main doc and readme

View File

@ -1 +1 @@
2e39455e5b26c26abc1f0f2cef6e4fcc Test-Simple-1.302052.tar.gz
4a1c0edd6093574f01fde60198eaff1f Test-Simple-1.302056.tar.gz