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:
parent
d8bca98b92
commit
29f2c353f2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user