Using Test::More, I would like to send some diagnostics to be seen only when the harness is running in verbose mode.
There doesn't seem to be a way of doing this. The best I could come up
with is:
sub vdiag { pass("@_") }
but this has little to recommend it.
Thoughts?
--
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net
