Subject: | Minor doc. error |
For the new package method in TAP::Harness
http://search.cpan.org/~andya/Test-Harness-3.03/lib/TAP/Harness.pm#new
The args say that verbose is "verbose", but right below the description,
the documentation says that you use "verbosity". The code accepts
"verbosity".
Thank you!
-daniel
my %args = (
verbose => 1, <======================== VERBOSE
lib => [ 'lib', 'blib/lib' ],
)
my $harness = TAP::Harness->new( \%args );
The constructor returns a new TAP::Harness object. It accepts an
optional hashref whose allowed keys are:
* verbosity <======================== VERBOSITY
Set the verbosity level: