in reply to Re^2: debug output from TODO with Test::More
in thread debug output from TODO with Test::More
I've done things like this before for nearly the same reason, but I added a $SIG{__WARN__} handler to filter these warnings out, and dump them all to a file so I could review them all in one place instead of scouring through hundreds of lines of test output.
|
|---|