Subject: CVS commit: pkgsrc/devel/p5-Test-Harness
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 08/06/2006 13:10:52
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sun Aug  6 13:10:52 UTC 2006

Update of /cvsroot/pkgsrc/devel/p5-Test-Harness
In directory ivanova.netbsd.org:/tmp/cvs-serv26409

Log Message:
STOP! If all you want to do is write a test script, consider using
Test::Simple. Test::Harness is the module that reads the output from
Test::Simple, Test::More and other modules based on Test::Builder. You don't
need to know about Test::Harness to use those modules.

Test::Harness runs tests and expects output from the test in a certain format.
That format is called TAP, the Test Anything Protocol. It is defined in
Test::Harness::TAP.

Test::Harness::runtests(@tests) runs all the testscripts named as arguments
and checks standard output for the expected strings in TAP format.

The prove utility is a thin wrapper around Test::Harness.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
C pkgsrc/devel/p5-Test-Harness/Makefile
C pkgsrc/devel/p5-Test-Harness/PLIST
C pkgsrc/devel/p5-Test-Harness/distinfo
C pkgsrc/devel/p5-Test-Harness/DESCR

4 conflicts created by this import.
Use the following command to help the merge:

	cvs checkout -jTNF:yesterday -jTNF pkgsrc/devel/p5-Test-Harness