81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
11 lines
412 B
Text
11 lines
412 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@FreeBSD.org>
|