Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Test-Identity / pkg-descr
1 Test::Identity provides a single testing function, identical. It asserts that a
2 given reference is as expected; that is, it either refers to the same object or
3 is undef. It is similar to Test::More::is except that it uses refaddr, ensuring
4 that it behaves correctly even if the references under test are objects that
5 overload stringification or numification.
6
7 It also provides better diagnostics if the test fails.
8
9 WWW: http://search.cpan.org/dist/Test-Identity/