Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2011 07:13:01 +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-BinaryData Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201112150713.pBF7D1Dl095740@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112150713.pBF7D1Dl095740>