Package perl-Test-Deep-1.127-4.el8.src
Name | perl-Test-Deep |
---|---|
Epoch | 0 |
Version | 1.127 |
Release | 4.el8 |
Architecture | src |
Website/URL | http://search.cpan.org/dist/Test-Deep/ |
License | GPL+ or Artistic |
Build Time | 2023-12-08 21:16:50 |
Build Host | builder-x86-04.inferitos.ru |
Summary | Extremely flexible deep comparison |
Repositories | PowerTools |
Description | 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. |
Errata | — |
Size | 60 KiB |
Source Project | perl-Test-Deep-1.127-4.el8 |
SHA-256 checksum | bd38d939219e03f5e36d4c0f6f7b1e983d4a6951f76a1f0c7c87ab3849453036 |
×
* 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