From 5565d2f119833b8402eab30f1f570d2db8e8e2da Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 22 Dec 2015 12:10:14 +0000 Subject: [PATCH] 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) --- perl-Test-Warnings.spec | 11 +++++++++-- sources | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index 5e02f3a..6a11709 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -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 - 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 - 0.022-1 - Update to 0.022 - Propagate all warnings to any previously-declared __WARN__ handlers diff --git a/sources b/sources index 91368ba..037d6b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -662a1995fb311a1b111136467e2cc83c Test-Warnings-0.022.tar.gz +7cd92253486513a3642bc4e0807c82c0 Test-Warnings-0.023.tar.gz