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:
parent
14ecb2de1c
commit
5565d2f119
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user