in reply to
Test::More Too Verbose
This is a self-inflicted wound caused by
use warnings
and
use Test::More
. These two modules are supposed to create verbosity, so if you don't want it, don't
use warnings
, and use e.g.
Test::Simple
instead of
Test::More
.
Comment on
Re: Test::More Too Verbose
Select
or
Download
Code
In Section
Seekers of Perl Wisdom