Update to 1.302040

- New upstream release 1.302040
  - Fix broken MANIFEST.SKIP entries (#689)
  - Add Info event for better diagnostics
This commit is contained in:
Paul Howarth 2016-07-10 10:46:10 +01:00
parent aa9a209a02
commit 9069ed63a7
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Test-Simple
Summary: Basic utilities for writing tests
Version: 1.302037
Version: 1.302040
Release: 1%{?dist}
# CC0: lib/ok.pm
# Public Domain: lib/Test/Tutorial.pod
@ -126,6 +126,7 @@ make test AUTHOR_TESTING=1
%{_mandir}/man3/Test2::Event::Diag.3*
%{_mandir}/man3/Test2::Event::Exception.3*
%{_mandir}/man3/Test2::Event::Generic.3*
%{_mandir}/man3/Test2::Event::Info.3*
%{_mandir}/man3/Test2::Event::Note.3*
%{_mandir}/man3/Test2::Event::Ok.3*
%{_mandir}/man3/Test2::Event::Plan.3*
@ -148,6 +149,11 @@ make test AUTHOR_TESTING=1
%{_mandir}/man3/Test2::Util::Trace.3*
%changelog
* Sun Jul 10 2016 Paul Howarth <paul@city-fan.org> - 1.302040-1
- Update to 1.302040
- Fix broken MANIFEST.SKIP entries (#689)
- Add Info event for better diagnostics
* Mon Jul 4 2016 Paul Howarth <paul@city-fan.org> - 1.302037-1
- Update to 1.302037
- Restore PerlIO layer cloning on STDERR and STDOUT

View File

@ -1 +1 @@
bee2f0de52ed6ba6141dc447852ad138 Test-Simple-1.302037.tar.gz
a228959d58c2105d858518a12605ac15 Test-Simple-1.302040.tar.gz