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