Test-Inline-2.214

inlining your tests next to the code being tested

Index | devel

Description

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.

Run Dependencies