--- Eric Hacker <[EMAIL PROTECTED]> wrote: > I'd try to use something like YAML for as much of the output as > practical, especially the configuration information or warnings. Perl > is great at parsing, but why make it difficult. Especially for the > person I'll worship who'll write the Eclipse TAP plugin. Hey, we all > have our vices, I like Eclipse. :) > > So I'd do something like. > > rc_file: /home/ovid/.runtestsrc
If so, you definitely want TAPx::Parser and its 'runtests' utility instead of the normal Test::Harness/prove. Then, it's trivial to write your own test harness and use it with runtests: runtests --harness My::YAML::Test::Harness Cheers, Ovid -- Buy the book -- http://www.oreilly.com/catalog/perlhks/ Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/