freebsd-ports/devel/p5-Test-Inline/pkg-descr
Edwin Groothuis 76c4796b2b maintainer-update WWW for cpan from /search?dist=module to /dist/module
portsurvey seems to time out on the old style
	http://search.cpan.org/search?dist=module, so this is a
	good time to convert all my ports to the new
	http://search.cpan.org/dist/module format.

PR:		ports/50686
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-04-13 11:37:25 +00:00

11 lines
410 B
Text

Embedding tests allows tests to be placed near the code its testing.
This is a nice supplement to the traditional .t files.
It's like XUnit, Perl-style.
Test::Tutorial is just documentation. To actually get anything done you
use pod2test. Read the Test::Inline::Tutoral, really.
Author: Michael G Schwern <schwern@pobox.com>
WWW: http://search.cpan.org/dist/Test-Inline
--Erwin Lansing <erwin@lansing.dk>