cvs commit: ports/devel Makefile ports/devel/p5-Test-Identity Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 28 09:17:36 UTC 2011


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)


More information about the cvs-ports mailing list