[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-Test-Deep-1.204-9.el10.src download

Name perl-Test-Deep
Epoch 0
Version 1.204
Release 9.el10
Architecture src
Website/URL https://metacpan.org/release/Test-Deep
License GPL-1.0-or-later OR Artistic-1.0-Perl
Build Time 2024-12-20 15:59:07
Build Host builder-x86-05.inferitos.ru
Summary Extremely flexible deep comparison
Repositories CRB
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 99 KiB
Source Project perl-Test-Deep-1.204-9.el10
SHA-256 checksum 40e9f7de16af9d94d622bc559f6dd240d26453146711f2cf50cbbdb855f920cb
× Full screenshot
Changelog link
* 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