Update to 0.30

- New upstream release 0.30
  - Important note in documentation how check for warning category is done; if
    you use Test::Warn with categories, you should check that it does what you
    expect
  - Category tree is now dynamic and does not use Tree::DAG_Node
This commit is contained in:
Paul Howarth 2014-03-05 21:33:14 +00:00
parent 69b5f4ef6d
commit 75c2bafc75
2 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Test-Warn
Version: 0.24
Release: 8%{?dist}
Version: 0.30
Release: 1%{?dist}
Summary: Perl extension to test methods for warnings
Group: Development/Libraries
License: GPL+ or Artistic
@ -21,14 +21,12 @@ BuildRequires: perl(Test::Builder) >= 0.13
BuildRequires: perl(Test::Builder::Tester) >= 1.02
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Tree::DAG_Node) >= 1.02
BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Test::Builder) >= 0.13
Requires: perl(Tree::DAG_Node) >= 1.02
# Filter unde-specified dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Test::Builder|Tree::DAG_Node)\\)$
# Filter under-specified dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Test::Builder\\)$
%description
This module provides a few convenience methods for testing warning
@ -56,6 +54,13 @@ make test
%{_mandir}/man3/Test::Warn.3pm*
%changelog
* Wed Mar 5 2014 Paul Howarth <paul@city-fan.org> - 0.30-1
- Update to 0.30
- Important note in documentation how check for warning category is done; if
you use Test::Warn with categories, you should check that it does what you
expect
- Category tree is now dynamic and does not use Tree::DAG_Node
* Tue Feb 18 2014 Petr Pisar <ppisar@redhat.com> - 0.24-8
- Specify all dependencies

View File

@ -1 +1 @@
a27990b62f8fd0aa290bb617ae0157a5 Test-Warn-0.24.tar.gz
8306b998a96d2cc69266b5248d550472 Test-Warn-0.30.tar.gz