Date: Mon, 28 Nov 2011 09:17:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-Identity Makefile distinfo pkg-descr pkg-plist Message-ID: <201111280917.pAS9HZa4096979@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2011-11-28 09:17:35 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-Identity Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Test-Identity 0.01 Test::Identity 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. It also provides better diagnostics if the test fails. WWW: http://search.cpan.org/dist/Test-Identity/ Feature safe: yes Revision Changes Path 1.4725 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-Test-Identity/Makefile (new) 1.1 +2 -0 ports/devel/p5-Test-Identity/distinfo (new) 1.1 +9 -0 ports/devel/p5-Test-Identity/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Test-Identity/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111280917.pAS9HZa4096979>