in reply to use_ok output
I assume the OP is using Test::More, which contains the use_ok sub. If that is the case take a look at the Extending and Embedding Test::More section of the Test::More perldoc. You can access the underlying object and play around with the implementation as needed. I recall a similar thread here that discussed redirecting output to file, Redirect output of Test::More/Simple. That would be a good starting point.
|
|---|