Name: | perl-Test-Identity |
---|---|
Version: | 0.01 |
Release: | 27.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 23846 |
License: | GPL+ or Artistic |
RPM: | perl-Test-Identity-0.01-27.el9.noarch.rpm |
Source RPM: | perl-Test-Identity-0.01-27.el9.src.rpm |
Build Date: | Thu Feb 03 2022 |
Build Host: | build-ol9-x86_64.oracle.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. |