Apparently the Perl community is crying out for testing tools on par with other languages. That's cool. I think it'd be neater if I could figure out what TAPx::Parser did, though.
Legacy Comments
Posted by Ovid on 2007-01-26 at 18:06.
Basically, it cleanly separates the parsing, interpreting, and presenting of test data. Currently, Test::Harness does not, and can't, do that. Hence, TAPx::Parser. This gives us the freedom to extend the testing tools any way we like rather than the current "one size fits all".
Comments !