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.
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.204-9
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.204-8
- Rebuilt for MSVSphere 10
* Sat Jul 13 2024 Michal Josef Špaček <mspacek@redhat.com> - 1.204-8
- Remove not used test file
* Fri Jul 12 2024 Michal Josef Špaček <mspacek@redhat.com> - 1.204-7
- Package tests
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.204-6
- Bump release for June 2024 mass rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.204-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.204-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.204-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.204-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Jan 08 2023 Paul Howarth <paul@city-fan.org> - 1.204-1
- Update to 1.204 (rhbz#2159015)
- Try to avoid clobbering global error variables when loading test libraries
- hash_each now enumates keys in sort() order, to make errors more consistent