freebsd-ports/devel/p5-Test-Inline/pkg-descr
Anton Berezin 73f5cd61d6 Add p5-Test-Inline 0.15, Test::Inline - inlining your tests next to the
code being tested.

PR:		42687
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-09-12 11:03:09 +00:00

11 lines
417 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/search?dist=Test-Inline
--Erwin Lansing <erwin@lansing.dk>