Name: | rh-perl524-perl-Test-Deep |
---|---|
Version: | 1.120 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 104964 |
License: | GPL+ or Artistic |
RPM: | rh-perl524-perl-Test-Deep-1.120-4.el7.noarch.rpm |
Source RPM: | rh-perl524-perl-Test-Deep-1.120-4.el7.src.rpm |
Build Date: | Wed Dec 07 2016 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Test-Deep/ |
Summary: | Extremely flexible deep comparison |
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. |
- SCL
- Perl 5.24 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Update to 1.120 - Add none() test; it's like any(), but negative - Fix stringification of any() expectations
- Update to 0.119 - Overloading of & and | no longer can change All or Any objects found as arguments - An All as an argument to an All constructed is flattened out into its All-ed values; the same goes for Any - Remove use of Test::NoWarnings for user-facing tests
- Update to 0.117 - Do not lose argument(s) to import (https://github.com/rjbs/Test-Deep/issues/29)
- Update to 0.116 - On its own, :preload options uses default group of exports
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Perl 5.22 rebuild
- Update to 0.115 - Worked around a bug in chained goto on 5.8.5