Thu, 11 Jul 2024 13:15:34 UTC | login

Information for build perl-Test-Deep-1.130-1.fc33

ID136452
Package Nameperl-Test-Deep
Version1.130
Release1.fc33
Epoch
SummaryExtremely flexible deep comparison
DescriptionTest::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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 26 Mar 2020 13:44:37 UTC
CompletedThu, 26 Mar 2020 13:44:37 UTC
Tags
f33
RPMs
src
perl-Test-Deep-1.130-1.fc33.src.rpm (info) (download)
noarch
perl-Test-Deep-1.130-1.fc33.noarch.rpm (info) (download)
Changelog * Mon Mar 02 2020 Paul Howarth <paul@city-fan.org> - 1.130-1 - Update to 1.128 - Allow 'use Test::Deep' while other modules use Test::Deep::NoTest (GH#76) - Added true/false optional imports (GH#41, GH#44) - Documentation fixes (GH#79) - Use author-independent source URL * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.128-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.128-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.128-5 - Perl 5.30 rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.128-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.128-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.128-2 - Perl 5.28 rebuild * Fri Apr 20 2018 Paul Howarth <paul@city-fan.org> - 1.128-1 - Update to 1.128 - Numerous small improvements to documentation - Improved CI setup