Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Test-Identity
From: Jens Rehsack
Date: 2014-02-23 12:30:36
Message id: 20140223113036.6A37296@cvs.netbsd.org
Log Message:
Adding new package for Perl module Test::Identity from CPAN distribution
Test-Identity version 0.01 into devel/p5-Test-Identity
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.
Files: