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:
Paul Howarth 2015-09-30 09:45:06 +01:00
parent 39db8b4095
commit a46ebf8cd5
2 changed files with 15 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
847601f96bf5438aa708323661e9c2de Test-Deep-0.117.tar.gz
edb72e9b1874efe3b0c95324fb063e51 Test-Deep-0.119.tar.gz