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:
parent
cc1794bb26
commit
2af0b04449
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user