search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
328 B
Text
8 lines
328 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::Tutorial, really.
|
|
|
|
WWW: https://metacpan.org/release/Test-Inline
|