Update to 1.302190
- New upstream release 1.302190 - Fix subtest times to be hi-res
This commit is contained in:
parent
a2f839d247
commit
26930ae2e6
@ -12,7 +12,7 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Epoch: 3
|
||||
Version: 1.302189
|
||||
Version: 1.302190
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -54,6 +54,7 @@ BuildRequires: perl(Term::ANSIColor)
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Term::Table)
|
||||
%endif
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
@ -200,6 +201,10 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 5 2022 Paul Howarth <paul@city-fan.org> - 3:1.302190-1
|
||||
- Update to 1.302190
|
||||
- Fix subtest times to be hi-res
|
||||
|
||||
* Fri Feb 25 2022 Paul Howarth <paul@city-fan.org> - 3:1.302189-1
|
||||
- Update to 1.302189
|
||||
- GH#890, GH#891: Methods used in overload should always be invoked with 3
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302189.tar.gz) = 7682ffef2539a0747ea65f76d1891f8980030f6db05cbdba449b46a792af08742be458b4830569e043c7d023700f4aa38b589550c5521861f78105a5f9ef0048
|
||||
SHA512 (Test-Simple-1.302190.tar.gz) = f9add3bcbec5d080034878f457795c2febba78712ae74611fc513bd771d7e63a4364ae4be98e913e0c758afbe10dcd618b1b087da23e969c7398da7006cda869
|
||||
|
||||
Loading…
Reference in New Issue
Block a user