Update to 1.120

- New upstream release 1.120
  - Add none() test; it's like any(), but negative
  - Fix stringification of any() expectations
This commit is contained in:
Paul Howarth 2015-11-30 13:39:16 +00:00
parent a46ebf8cd5
commit 5dab586553
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Deep
Version: 0.119
Version: 1.120
Release: 1%{?dist}
Summary: Extremely flexible deep comparison
License: GPL+ or Artistic
@ -65,6 +65,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Deep::NoTest.3*
%changelog
* Mon Nov 30 2015 Paul Howarth <paul@city-fan.org> - 1.120-1
- Update to 1.120
- Add none() test; it's like any(), but negative
- Fix stringification of any() expectations
* 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

View File

@ -1 +1 @@
edb72e9b1874efe3b0c95324fb063e51 Test-Deep-0.119.tar.gz
a90859f4f362578d1671e3b9aae0d8c1 Test-Deep-1.120.tar.gz