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:
parent
a46ebf8cd5
commit
5dab586553
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user