Test::Deep gives you very flexible ways to check that the result you
got is the result you were expecting. At its simplest it compares two
structures by going through each level, ensuring that the values
match, that arrays and hashes have the same elements and that
references are blessed into the correct class. It also handles
circular data structures without getting caught in an infinite loop.
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.127-4
- Rebuilt for MSVSphere 8.8
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.127-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.127-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.127-2
- Perl 5.26 rebuild
* Thu May 04 2017 Paul Howarth <paul@city-fan.org> - 1.127-1
- Update to 1.127
- Do not eagerly convert simple scalars into tests in the all, any and none
tests; this was breaking LeafWrapper application
- Drop EL-5-isms
- Drop BuildRoot: and Group: tags
- Drop explicit buildroot cleaning in %install section
- Drop explicit %clean section
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.126-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sun Jan 01 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 06 2016 Paul Howarth <paul@city-fan.org> - 1.124-1
- Update to 1.124
- Avoid an uninitialized warning when array_each() compares to a
non-reference
* Sat Sep 10 2016 Paul Howarth <paul@city-fan.org> - 1.123-1
- Update to 1.123
- Remove test suite reliance on "." appearing @INC
- When an object with stringification overloading fails to match a "re" test,
its stringification is included in the diagnostics
* Thu Sep 08 2016 Paul Howarth <paul@city-fan.org> - 1.122-1
- Update to 1.122
- Added $Test::Deep::LeafWrapper to control the behavior of simple values in
the "expected" definition
- Documentation improvements
- Avoid a few evals, localize $@ in a few places where eval is used
- Goodbye tabs, hello spaces
- BR: perl-generators
- Simplify find command using -delete