From owner-cvs-all@FreeBSD.ORG Thu Dec 15 07:13:01 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBAFD1065672; Thu, 15 Dec 2011 07:13:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0A908FC0C; Thu, 15 Dec 2011 07:13:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pBF7D1JA095741; Thu, 15 Dec 2011 07:13:01 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBF7D1Dl095740; Thu, 15 Dec 2011 07:13:01 GMT (envelope-from sunpoet) Message-Id: <201112150713.pBF7D1Dl095740@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Dec 2011 07:13:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-BinaryData Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 07:13:02 -0000 sunpoet 2011-12-15 07:13:01 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-BinaryData Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Test-BinaryData 0.013 Sometimes using Test::More's is test isn't good enough. Its diagnostics may make it easy to miss differences between strings. By using is_binary instead of is, the "!" tells us that the lines differ, and we can quickly scan the bytes that make up the line to see which differ. When comparing very long strings, we can stop after we've seen a few differences. WWW: http://search.cpan.org/dist/Test-BinaryData/ Revision Changes Path 1.4749 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-Test-BinaryData/Makefile (new) 1.1 +2 -0 ports/devel/p5-Test-BinaryData/distinfo (new) 1.1 +7 -0 ports/devel/p5-Test-BinaryData/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Test-BinaryData/pkg-plist (new)