On 1/21/07, Andy Armstrong <[EMAIL PROTECTED]> wrote:
On 21 Jan 2007, at 13:15, David Golden wrote:
>> Can you sketch out the interface you'd like?
>
> I vote for saving structured text files with a well-defined format in
> a well-defined location. (YAML?)
Or TAP? :)
Not just TAP. "make test" runs Test::Harness, which runs tests and
parses the TAP with TAPx::Parser to produce a result. And then
CPAN.pm/CPAN::Reporter would need to run TAPx::Parser *again* to
figure out what happened. That's not a step forward.
David