Update to 0.023

- New upstream release 0.023
  - Properly handle propagating warnings to previously declared handlers that
    are not coderefs (i.e. a sub name, or the magic DEFAULT and IGNORE)
This commit is contained in:
Paul Howarth 2015-12-22 12:10:14 +00:00
parent 14ecb2de1c
commit 5565d2f119
2 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Warnings
Version: 0.022
Version: 0.023
Release: 1%{?dist}
Summary: Test for warnings and the lack of them
License: GPL+ or Artistic
@ -21,7 +21,6 @@ BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(CPAN::Meta::Requirements)
@ -30,6 +29,9 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(if)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Tester) >= 0.108
# Optional Tests
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(PadWalker)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
@ -78,6 +80,11 @@ make test
%{_mandir}/man3/Test::Warnings.3*
%changelog
* Tue Dec 22 2015 Paul Howarth <paul@city-fan.org> - 0.023-1
- Update to 0.023
- Properly handle propagating warnings to previously declared handlers that
are not coderefs (i.e. a sub name, or the magic DEFAULT and IGNORE)
* 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

View File

@ -1 +1 @@
662a1995fb311a1b111136467e2cc83c Test-Warnings-0.022.tar.gz
7cd92253486513a3642bc4e0807c82c0 Test-Warnings-0.023.tar.gz