1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/p5-Test-Inline/pkg-descr
2003-06-12 16:41:16 +00:00

12 lines
411 B
Plaintext

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@FreeBSD.org>