Update to 0.029
- New upstream release 0.029 - New :report_warnings feature, for printing all of the (unexpected) warning content when had_no_warnings() is called (GH#10)
This commit is contained in:
parent
1a6dcb0eca
commit
e569081c54
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.028
|
||||
Release: 2%{?dist}
|
||||
Version: 0.029
|
||||
Release: 1%{?dist}
|
||||
Summary: Test for warnings and the lack of them
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Test-Warnings
|
||||
@ -33,7 +33,6 @@ BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(if)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(Test::Tester) >= 0.108
|
||||
%if %{with perl_Test_Warnings_enables_optional_test}
|
||||
# Optional Tests
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
@ -43,6 +42,7 @@ BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs)
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(PadWalker)
|
||||
BuildRequires: perl(Test::Tester) >= 0.108
|
||||
%endif
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -92,6 +92,11 @@ make test
|
||||
%{_mandir}/man3/Test::Warnings.3*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 14 2020 Paul Howarth <paul@city-fan.org> - 0.029-1
|
||||
- Update to 0.029
|
||||
- New :report_warnings feature, for printing all of the (unexpected) warning
|
||||
content when had_no_warnings() is called (GH#10)
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.028-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Warnings-0.028.tar.gz) = 6e8c1012eeebd3260d36ef0bf731a6351ce704a400e24709009bc72b07a4411d6725ea612e19ad55edca6d985e0ea8d9da3a51713b4c655e5783f3d9e6e39ab0
|
||||
SHA512 (Test-Warnings-0.029.tar.gz) = 52f09725bef04f4c1b4b61eb48243ed89eef2fa5ea2c8d07e3552cbe7998dc773230fabb5157c03a845fb1cddb514bfa6d5fcabd38195ef929484e98c4a55a4b
|
||||
|
Loading…
Reference in New Issue
Block a user