[ Все 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 ]
×

Пакет perl-Test-Deep-1.204-9.el10.noarch download

Имя perl-Test-Deep
Эпоха 0
Версия 1.204
Релиз 9.el10
Архитектура noarch
Сайт https://metacpan.org/release/Test-Deep
Лицензия GPL-1.0-or-later OR Artistic-1.0-Perl
Время сборки 2024-12-20 15:59:10
Хост сборки builder-x86-05.inferitos.ru
Краткое описание Extremely flexible deep comparison
Репозитории CRB
Полное описание 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.
Эррата
Размер 126 КиБ
Исходный проект perl-Test-Deep-1.204-9.el10
Контрольная сумма SHA-256 4f40eb4ecd57088e991220b2c6add1ad8b9a6d27c6aa84a8c8690c6000b32f3a
× Full screenshot
История изменений 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