Update to 0.018
- New upstream release 0.018 - Fix test to not depend on message formatting changes in newer Carp
This commit is contained in:
parent
147d1d47be
commit
9dd538df91
@ -1,5 +1,5 @@
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.017
|
||||
Version: 0.018
|
||||
Release: 1%{?dist}
|
||||
Summary: Test for warnings and the lack of them
|
||||
License: GPL+ or Artistic
|
||||
@ -18,7 +18,6 @@ BuildRequires: perl(parent)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Carp) >= 1.25
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -74,6 +73,10 @@ make test
|
||||
%{_mandir}/man3/Test::Warnings.3*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 18 2014 Paul Howarth <paul@city-fan.org> - 0.018-1
|
||||
- Update to 0.018
|
||||
- Fix test to not depend on message formatting changes in newer Carp
|
||||
|
||||
* Wed Dec 17 2014 Paul Howarth <paul@city-fan.org> - 0.017-1
|
||||
- Update to 0.017
|
||||
- Handle other warning handlers passing us partial warning messages by
|
||||
|
Loading…
Reference in New Issue
Block a user