in reply to
tests & logging
For verbose output on specific test files, just run
perl -Mblib t/test.t
To log to a file, you could just do
perl -Mblib t/test.t >log.txt 2>&1
(Not sure if that addresses your problem.)
Cheers,
Rob
Comment on
Re: tests & logging
Select
or
Download
Code
In Section
Seekers of Perl Wisdom