Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D54C1A6487 for ; Sun, 23 Feb 2014 11:30:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3B38F14A555; Sun, 23 Feb 2014 11:30:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9AC614A553 for ; Sun, 23 Feb 2014 11:30:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JJQMgpDFKDGz for ; Sun, 23 Feb 2014 11:30:36 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6F7FF14A551 for ; Sun, 23 Feb 2014 11:30:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6A37296; Sun, 23 Feb 2014 11:30:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 23 Feb 2014 11:30:36 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/devel/p5-Test-Identity To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20140223113036.6A37296@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Sun Feb 23 11:30:36 UTC 2014 Added Files: pkgsrc/devel/p5-Test-Identity: DESCR Makefile distinfo 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-Identity/DESCR \ pkgsrc/devel/p5-Test-Identity/Makefile \ pkgsrc/devel/p5-Test-Identity/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.