Notification time stamped 2019-10-11 18:09:59 UTC

From 0758fd7c03096d870405dac0b551e723a1fcbbfb Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Oct 24 2016 08:51:13 +0000
Subject: Update to 0.04


- New upstream release 0.04
  - Load Test2::Event::Warning in the plugin instead of relying on Test2 to do
    it for us; this should avoid the bug fixed in the previous version and
    eliminates the need for the INIT block, which caused its own problems

---

diff --git a/perl-Test2-Plugin-NoWarnings.spec 
b/perl-Test2-Plugin-NoWarnings.spec
index 2ebefcb..299d21a 100644
--- a/perl-Test2-Plugin-NoWarnings.spec
+++ b/perl-Test2-Plugin-NoWarnings.spec
@@ -1,5 +1,5 @@
 Name:          perl-Test2-Plugin-NoWarnings
-Version:       0.03
+Version:       0.04
 Release:       1%{?dist}
 Summary:       Fail if tests warn
 License:       Artistic 2.0
@@ -18,6 +18,7 @@ BuildRequires:        perl(parent)
 BuildRequires: perl(strict)
 BuildRequires: perl(Test2::API)
 BuildRequires: perl(Test2::Event)
+BuildRequires: perl(Test2::Event::Warning)
 BuildRequires: perl(Test2::Util::HashBase)
 BuildRequires: perl(warnings)
 # Test Suite
@@ -62,6 +63,12 @@ make test
 %{_mandir}/man3/Test2::Plugin::NoWarnings.3*
 
 %changelog
+* Mon Oct 24 2016 Paul Howarth <p...@city-fan.org> - 0.04-1
+- Update to 0.04
+  - Load Test2::Event::Warning in the plugin instead of relying on Test2 to do
+    it for us; this should avoid the bug fixed in the previous version and
+    eliminates the need for the INIT block, which caused its own problems
+
 * Tue Oct 18 2016 Paul Howarth <p...@city-fan.org> - 0.03-1
 - Update to 0.03
   - Add the $SIG{__WARN__} hook in an INIT block; we really don't want to
diff --git a/sources b/sources
index d536ba9..c31253b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3f286c4cb9806a6eb083de902a1998b  Test2-Plugin-NoWarnings-0.03.tar.gz
+e26bb1795ee9a0d382063977026cf795  Test2-Plugin-NoWarnings-0.04.tar.gz


        
https://src.fedoraproject.org/rpms/perl-Test2-Plugin-NoWarnings/c/0758fd7c03096d870405dac0b551e723a1fcbbfb?branch=epel8
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org

Reply via email to