NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
JUnit to TAP (Score:2)
Regrettably, there's the problem that the JUnit/TAP models don't play too well together. I would recommend that you treat each test method as one test result in TAP and don't emit a plan until the end. You lose a lot of granularity that way, but at the end of the day, you still get the OK/NOT OK distinction.