[perl-Test-Warnings] Update to 0.021

Paul Howarth pghmcfc at fedoraproject.org
Mon Mar 23 16:31:24 UTC 2015


commit c952dabf5c726ba9b37519ae0927f609939671a4
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Mar 23 16:30:53 2015 +0000

    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

 perl-Test-Warnings.spec | 10 +++++++++-
 sources                 |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec
index 2b5ae59..458461b 100644
--- a/perl-Test-Warnings.spec
+++ b/perl-Test-Warnings.spec
@@ -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 at 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 at city-fan.org> - 0.020-1
 - Update to 0.020
   - Re-release to fix problematic $VERSION declaration (CPAN RT#101239)
diff --git a/sources b/sources
index d80832a..52a8271 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5d923fd727fea3f4b3aa91bad5ccf47  Test-Warnings-0.020.tar.gz
+fcbc42414de51392348c27420d3c14b0  Test-Warnings-0.021.tar.gz


More information about the scm-commits mailing list