in reply to
Test harness, test more
You haven't shown any code, but you'll probably want to add
$Test::Harness::Verbose = 1;
[download]
to your script to see all the output (see Test::Harness
docs
).
Comment on
Re: Test harness, test more
Download
Code
In Section
Seekers of Perl Wisdom