Update to 0.021

- New upstream release 0.021
  - Add a x_breaks entry for conflicting versions of File::pushd that
    inadvertently call our exported warnings() rather than invoking
    warnings.pm, and documented this undesired interaction
This commit is contained in:
Paul Howarth 2015-03-23 16:30:53 +00:00
parent 0e5f252be6
commit c952dabf5c
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Warnings
Version: 0.020
Version: 0.021
Release: 1%{?dist}
Summary: Test for warnings and the lack of them
License: GPL+ or Artistic
@ -19,7 +19,9 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta::Check) >= 0.007
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(if)
@ -73,6 +75,12 @@ make test
%{_mandir}/man3/Test::Warnings.3*
%changelog
* Mon Mar 23 2015 Paul Howarth <paul@city-fan.org> - 0.021-1
- Update to 0.021
- Add a x_breaks entry for conflicting versions of File::pushd that
inadvertently call our exported warnings() rather than invoking
warnings.pm, and documented this undesired interaction
* Wed Jan 7 2015 Paul Howarth <paul@city-fan.org> - 0.020-1
- Update to 0.020
- Re-release to fix problematic $VERSION declaration (CPAN RT#101239)

View File

@ -1 +1 @@
c5d923fd727fea3f4b3aa91bad5ccf47 Test-Warnings-0.020.tar.gz
fcbc42414de51392348c27420d3c14b0 Test-Warnings-0.021.tar.gz