On Wed, Jan 26, 2005 at 02:48:56PM -0600, [EMAIL PROTECTED] wrote:
> My main gripe is that the infrastructure for it is less OO friendly.  The
> example with the HTML output was awesome......until i looked at how it was
> done.  The inability to get a data structure back for the test results 
> is very,
> very frustrating.

This is what Test::Builder is for.

  my @test_details = Test::More->builder->details;

Though I think what you're really ranting against is Test::Harness which
parses test output and formats it.  There's nearly a way to get a data
structure of the results, Test::Harness::Straps, but its incomplete.

Reply via email to