Howdy,
I've started fiddling with the stdout option to TAP::Harness. It's
nice, although it doesn't capture everything. I mean, I think it does,
but stuff still gets sent to STDOUT, too. The best way to keep stuff
from also going to STDOUT appears to be to set verbosity to -2
-2 really quiet Suppress everything but the tests summary.
But then, as you can see, it still outputs the test summary. But if I
have everything going to a file specified via stdout, that seems silly.
So I guess I'm wondering why *anything* gets sent to STDOUT when the
stdout parameter has been set to a file handle?
Thanks,
David