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:
parent
69b5f4ef6d
commit
75c2bafc75
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user