diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec index 9559b35..6307d60 100644 --- a/perl-Test-Deep.spec +++ b/perl-Test-Deep.spec @@ -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 - 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 - 0.117-1 - Update to 0.117 - Do not lose argument(s) to import diff --git a/sources b/sources index 8400d66..688a457 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -847601f96bf5438aa708323661e9c2de Test-Deep-0.117.tar.gz +edb72e9b1874efe3b0c95324fb063e51 Test-Deep-0.119.tar.gz