Update to 1.126
- New upstream release 1.126
- If objects in the "expected" structure have an as_test_deep_cmp method, it
will be called and its return (which should be a Test::Deep::Cmp object)
will be used as the test for that location in the structure
- Internal undocumented class_base routine has been replaced with a
different, clearly private routine
- The LeafWrapper is also used for objects with an unknown reftype (like
LVALUE or other weird ones)
This commit is contained in:
parent
470366bc19
commit
561949ece4
@ -1,5 +1,5 @@
|
||||
Name: perl-Test-Deep
|
||||
Version: 1.124
|
||||
Version: 1.126
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely flexible deep comparison
|
||||
License: GPL+ or Artistic
|
||||
@ -66,6 +66,16 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Test::Deep::NoTest.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 1 2017 Paul Howarth <paul@city-fan.org> - 1.126-1
|
||||
- Update to 1.126
|
||||
- If objects in the "expected" structure have an as_test_deep_cmp method, it
|
||||
will be called and its return (which should be a Test::Deep::Cmp object)
|
||||
will be used as the test for that location in the structure
|
||||
- Internal undocumented class_base routine has been replaced with a
|
||||
different, clearly private routine
|
||||
- The LeafWrapper is also used for objects with an unknown reftype (like
|
||||
LVALUE or other weird ones)
|
||||
|
||||
* Sun Nov 6 2016 Paul Howarth <paul@city-fan.org> - 1.124-1
|
||||
- Update to 1.124
|
||||
- Avoid an uninitialized warning when array_each() compares to a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user