Update to 1.302097
- New upstream release 1.302097 - Fix hub->process bug that could let an error pass - Fix modification of read only value (#789) - Fix typo in Test::Builder when looking for IPC (#777) - Fix clone_io broke on scalar io layer (#791) - Fix Exception event stringify exception (#756, #790) - Localize $^E in context (#780) - Fix test that failed in verbose mode (#770)
This commit is contained in:
parent
2deb2210eb
commit
8bc984e928
@ -1,7 +1,7 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Epoch: 1
|
||||
Version: 1.302096
|
||||
Version: 1.302097
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -27,7 +27,7 @@ BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(PerlIO)
|
||||
BuildRequires: perl(PerlIO) >= 1.02
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Scalar::Util) >= 1.13
|
||||
BuildRequires: perl(Storable)
|
||||
@ -49,7 +49,10 @@ BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120920
|
||||
BuildRequires: perl(IPC::SysV)
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Test::Class)
|
||||
BuildRequires: perl(Test::Harness) >= 2.03
|
||||
BuildRequires: perl(Test::Pod) >= 0.95
|
||||
BuildRequires: perl(Test::Script)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Data::Dumper)
|
||||
@ -161,6 +164,16 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 3 2017 Paul Howarth <paul@city-fan.org> - 1:1.302097-1
|
||||
- Update to 1.302097
|
||||
- Fix hub->process bug that could let an error pass
|
||||
- Fix modification of read only value (#789)
|
||||
- Fix typo in Test::Builder when looking for IPC (#777)
|
||||
- Fix clone_io broke on scalar io layer (#791)
|
||||
- Fix Exception event stringify exception (#756, #790)
|
||||
- Localize $^E in context (#780)
|
||||
- Fix test that failed in verbose mode (#770)
|
||||
|
||||
* Mon Sep 11 2017 Paul Howarth <paul@city-fan.org> - 1:1.302096-1
|
||||
- Update to 1.302096
|
||||
- Introduce 'Facets' for events
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302096.tar.gz) = 85ff954c2031bc53e9af56e6e3c42dcf1ca0f6e10bccd5e4aaf23b58dc6f07b5c1c0cd55b10588e91581e58c41130afbc7c4a93ed078f475584879320eb60dbc
|
||||
SHA512 (Test-Simple-1.302097.tar.gz) = 2e50c90ded364cafb2d87fe98b8b0b048051d486ba3be96caf5fc37ef9f7ca4b5d31353f046fa3d76922fca9d0e9fef1d3c2ce654aeadd1812b762a3e6dd4c54
|
||||
|
||||
Loading…
Reference in New Issue
Block a user