Re: YAML test output

2005-03-25 Thread Stevan Little
Nathan, On Mar 25, 2005, at 8:31 PM, Nathan Gray wrote: I was wondering if I should switch my test log output to YAML, or some more parseable format. Or maybe change output format based on the log file extension? The problem, of course, is not to encumber Test.pm with anything heavy, and no extr

YAML test output

2005-03-25 Thread Nathan Gray
I was wondering if I should switch my test log output to YAML, or some more parseable format. Or maybe change output format based on the log file extension? The problem, of course, is not to encumber Test.pm with anything heavy, and no extra dependencies. Any thoughts, especially from Stevan et