sorry for dropping in on this late, but it was a holiday weekend :) > * How can I help? > > Provide use cases, what would you want to do with Test::Harness if you > could? What are you doing with Straps? What features do other > testing systems (JUnit, for example) have that you'd like to see in > Perl?
the current threads are a bit to wade through, but in case nobody else has brought it up, I've mentioned the idea of making it simple to use plan() and Test::More functions before[1], because it's what we do over in httpd land (plan in perl from the shell, emit TAP in perl from the server). you can do it now[2] but ideally it should be a bit more seamless I'd think. since you're asking :) --Geoff [1] http://www.nntp.perl.org/group/perl.qa/5445 [2] http://www.nntp.perl.org/group/perl.qa/5455