Where is TEST_VERBOSE documented? I see HARNESS_VERBOSE in http://search.cpan.org/~petdance/Test-Harness-2.48/lib/Test/Harness.pm
F On 4/28/05, Adrian Howard <[EMAIL PROTECTED]> wrote: > > 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 > >