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:
Paul Howarth 2014-12-18 15:37:38 +00:00
parent 147d1d47be
commit 9dd538df91
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
1153e7b9011d1062f25734e8ff5685b0 Test-Warnings-0.017.tar.gz
43e9e26eef2cbf1ef17cf9f5364708ea Test-Warnings-0.018.tar.gz