Update to 0.025

- New upstream release 0.025
  - Prereqs lowered from required to suggested:
    - CPAN::Meta::Check
    - CPAN::Meta::Requirements
  - Tests are now quieter to avoid causing confusion, by suppressing the
    printing of stderr in tests
This commit is contained in:
Paul Howarth 2016-01-25 12:22:40 +00:00
parent cc1794bb26
commit 2af0b04449
2 changed files with 16 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Warnings
Version: 0.024
Version: 0.025
Release: 1%{?dist}
Summary: Test for warnings and the lack of them
License: GPL+ or Artistic
@ -21,16 +21,19 @@ BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(if)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Tester) >= 0.108
# Optional Tests
BuildRequires: perl(CPAN::Meta) >= 2.120900
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
%endif
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(PadWalker)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -80,6 +83,14 @@ make test
%{_mandir}/man3/Test::Warnings.3*
%changelog
* Mon Jan 25 2016 Paul Howarth <paul@city-fan.org> - 0.025-1
- Update to 0.025
- Prereqs lowered from required to suggested:
- CPAN::Meta::Check
- CPAN::Meta::Requirements
- Tests are now quieter to avoid causing confusion, by suppressing the
printing of stderr in tests
* Sun Dec 27 2015 Paul Howarth <paul@city-fan.org> - 0.024-1
- Update to 0.024
- Remove diagnostics accidentally left in new test

View File

@ -1 +1 @@
01b2f053b42053faf3a30811d368d228 Test-Warnings-0.024.tar.gz
5524f324ff4f5f7d2761411939887633 Test-Warnings-0.025.tar.gz