989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
9 lines
376 B
Text
9 lines
376 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.
|
|
|
|
Author: Michael G Schwern <schwern@pobox.com>
|
|
WWW: http://search.cpan.org/dist/Test-Inline/
|