Perl 5.30 rebuild

This commit is contained in:
Jitka Plesnikova 2019-05-30 10:41:30 +02:00
parent c9fcb60df0
commit d03102c02c

View File

@ -8,7 +8,7 @@ Name: perl-Test-Simple
Summary: Basic utilities for writing tests
Epoch: 3
Version: 1.302164
Release: 1%{?dist}
Release: 2%{?dist}
# CC0: lib/ok.pm
# Public Domain: lib/Test/Tutorial.pod
# GPL+ or Artistic: the rest of the distribution
@ -179,6 +179,9 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
%{_mandir}/man3/Test2::Util::Trace.3*
%changelog
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302164-2
- Perl 5.30 rebuild
* Sun Apr 28 2019 Paul Howarth <paul@city-fan.org> - 2:1.302164-1
- Update to 1.302164
- Do not use threads::shared in Test::Tester::Capture (GH#826)