summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Identity/DESCR
blob: d715b6b05049bb06f7bd82593b0319218c2bd4f2 (plain)
1
2
3
4
5
6
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.