http://qs321.pair.com?node_id=569951

spurperl has asked for the wisdom of the Perl Monks concerning the following question:

Fellow Monks,

I want to redirect the output of my Test::More printouts to a text file instead of STDOUT / STDERR. I many "is/ok/like" calls in the code running in loops and the output is often thousands of tests long.

Running "test.pl > file.txt" on Windows fails (an error from inside Test::Builder). How can this be done ?

thanks in advance