Update to 1.302085
- New upstream release 1.302085 - Better IO management - Allow access to the STDERR/STDOUT Test2::API uses - Formatters should use the Test2::API handles
This commit is contained in:
parent
511f4132cb
commit
35474079b3
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: 1.302083
|
||||
Version: 1.302085
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -25,6 +25,7 @@ BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(PerlIO)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Scalar::Util) >= 1.13
|
||||
BuildRequires: perl(Storable)
|
||||
@ -39,7 +40,6 @@ BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(IO::Pipe)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(PerlIO)
|
||||
BuildRequires: perl(threads)
|
||||
# Optional Tests
|
||||
BuildRequires: perl(CPAN::Meta)
|
||||
@ -146,6 +146,12 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Tue May 2 2017 Paul Howarth <paul@city-fan.org> - 1.302085-1
|
||||
- Update to 1.302085
|
||||
- Better IO management
|
||||
- Allow access to the STDERR/STDOUT Test2::API uses
|
||||
- Formatters should use the Test2::API handles
|
||||
|
||||
* Sat Apr 15 2017 Paul Howarth <paul@city-fan.org> - 1.302083-1
|
||||
- Update to 1.302083
|
||||
- Fixes for '. in @INC' changes (#768)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302083.tar.gz) = 125772d71a28feb92e2854218531b3fd0cd25043bd4db5071e2e8b860e503db13cb884abe6dbb81ac79251f683abeb7878af17850f372c24c0a9dfa2338861fa
|
||||
SHA512 (Test-Simple-1.302085.tar.gz) = ebfc7c2ed584f857f4d7585730d481596651c1236a234f3cc6c318d5fd27ee8d02c541398831a99546ab011b1bae1b706df96b99c28340f0c62754067c22d89e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user