Just a quick clarification of the POD (http://search.cpan.org/~petdance/Test-Harness-2.56/lib/Test/Harness/TAP.pod#Diagnostics)
Description Any text after the test number but before a # is the description of the test point. ok 42 this is the description of the test Earlier it states that the test number is optional. Since here it states that the description is after the test number, does this mean that a description is forbidden if no test number is present? We're looking at this: test = status, (test number)?, description; Versus: test = status, (test number, description)?; Cheers, Ovid -- If this message is a response to a question on a mailing list, please send follow up questions to the list. Web Programming with Perl -- http://users.easystreet.com/ovid/cgi_course/