[edit] NAME TAP - The Test Anything Protocal [edit] SYNOPSIS TAP, the Test Anything Protocol, is Perl's simple text-based interface between testing modules such as Test::More and a test harness such as Test::Harness 2.x or TAP::Harness 3.x. [edit] THE TAP FORMAT TAP's general format is: 1..N ok 1 Description # Directive # Diagnostic .... ok 47 Description ok 48 Description more tests.... For examp