Update to 0.022
- New upstream release 0.022 - Propagate all warnings to any previously-declared __WARN__ handlers (unlike with __DIE__, merely calling warn() is not sufficient)
This commit is contained in:
parent
9ec6613492
commit
14ecb2de1c
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.021
|
||||
Release: 3%{?dist}
|
||||
Version: 0.022
|
||||
Release: 1%{?dist}
|
||||
Summary: Test for warnings and the lack of them
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -8,6 +8,9 @@ URL: http://search.cpan.org/dist/Test-Warnings
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module
|
||||
@ -19,7 +22,7 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.007
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs)
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -69,12 +72,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%license LICENCE
|
||||
%doc Changes CONTRIBUTING README examples/
|
||||
%{perl_vendorlib}/Test/
|
||||
%{_mandir}/man3/Test::Warnings.3*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 21 2015 Paul Howarth <paul@city-fan.org> - 0.022-1
|
||||
- Update to 0.022
|
||||
- Propagate all warnings to any previously-declared __WARN__ handlers
|
||||
(unlike with __DIE__, merely calling warn() is not sufficient)
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.021-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user