On 28 Apr 2005, at 14:23, Paul Johnson wrote:
Using Test::More, I would like to send some diagnostics to be seen only when the harness is running in verbose mode.
[snip]
diag "some verbose diagnostics" if $ENV{TEST_VERBOSE};
?
Adrian
On 28 Apr 2005, at 14:23, Paul Johnson wrote:
Using Test::More, I would like to send some diagnostics to be seen only when the harness is running in verbose mode.
[snip]
diag "some verbose diagnostics" if $ENV{TEST_VERBOSE};
?
Adrian