Ovid wrote:
Are there any Test:: modules which test the STDERR output directly or something 
like that?

* Test::Output
* IO::Capture

There are tests that specifically check what's being sent to STDERR (as well as STDOUT). Of course, these modules intercept STDOUT and STDERR to keep them away from Test::Harness so as to do that safely. Depending on where STDOUT and STDERR are merged, this may or may not be an issue.

If Test::Harness merges them before calling the test files, then there will be a problem. If Test::Builder merges them before issuing TAP output and diagnostics, then it won't interfere.

David

Reply via email to