Update to 0.119
- New upstream release 0.119
- Overloading of & and | no longer can change All or Any objects found as
arguments
- An All as an argument to an All constructed is flattened out into its
All-ed values; the same goes for Any
- Remove use of Test::NoWarnings for user-facing tests
This commit is contained in:
parent
39db8b4095
commit
a46ebf8cd5
@ -1,5 +1,5 @@
|
||||
Name: perl-Test-Deep
|
||||
Version: 0.117
|
||||
Version: 0.119
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely flexible deep comparison
|
||||
License: GPL+ or Artistic
|
||||
@ -9,6 +9,9 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Deep-%{ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
@ -21,8 +24,8 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::Builder)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::NoWarnings) >= 0.02
|
||||
BuildRequires: perl(if)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Tester) >= 0.04
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -62,6 +65,14 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Test::Deep::NoTest.3*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 30 2015 Paul Howarth <paul@city-fan.org> - 0.119-1
|
||||
- Update to 0.119
|
||||
- Overloading of & and | no longer can change All or Any objects found as
|
||||
arguments
|
||||
- An All as an argument to an All constructed is flattened out into its
|
||||
All-ed values; the same goes for Any
|
||||
- Remove use of Test::NoWarnings for user-facing tests
|
||||
|
||||
* Mon Jun 22 2015 Paul Howarth <paul@city-fan.org> - 0.117-1
|
||||
- Update to 0.117
|
||||
- Do not lose argument(s) to import
|
||||
|
||||
Loading…
Reference in New Issue
Block a user