| Name: | perl-Test-Identity |
|---|---|
| Version: | 0.01 |
| Release: | 24.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 23845 |
| License: | GPL+ or Artistic |
| RPM: | perl-Test-Identity-0.01-24.el8.noarch.rpm |
| Source RPM: | perl-Test-Identity-0.01-24.el8.src.rpm |
| Build Date: | Sun Nov 15 2020 |
| Build Host: | jenkins-172-17-0-2-3a5c32c3-1207-44cd-85b8-32b55af93627.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Test-Identity |
| Summary: | Assert the referential identity of a reference |
| Description: | This module provides a single testing function, identical. It asserts that a given reference is as expected; that is, it either refers to the same object or is undef. It is similar to Test::More::is except that it uses refaddr, ensuring that it behaves correctly even if the references under test are objects that overload stringification or numification. |