Date: Wed, 5 Feb 2003 01:45:21 -0800 (PST) From: Edwin Groothuis <edwin@FreeBSD.org> To: all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-Class Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <200302050945.h159jLrm059415@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/02/05 01:45:21 PST Modified files: devel Makefile Added files: devel/p5-Test-Class Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: Test::Class - Easily create test classes in an xUnit style Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder it is designing to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.) Note: This module will make more sense if you are already familiar with the "standard" mechanisms for testing perl code. Those unfamiliar with Test::Harness, Test::Simple, Test::More and friends should go take a look at them now. PR: ports/47589 Submitted by: Erwin Lansing <erwin@lansing.dk> Revision Changes Path 1.1052 +1 -0 ports/devel/Makefile 1.1 +40 -0 ports/devel/p5-Test-Class/Makefile (new) 1.1 +1 -0 ports/devel/p5-Test-Class/distinfo (new) 1.1 +1 -0 ports/devel/p5-Test-Class/pkg-comment (new) 1.1 +15 -0 ports/devel/p5-Test-Class/pkg-descr (new) 1.1 +4 -0 ports/devel/p5-Test-Class/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302050945.h159jLrm059415>