NAME
Test2::Formatter::T2Harness - Formatter that will select the best formatter for the job.
DESCRIPTION
Calling new()
on this class will return an instance of either Test::Builder::Formatter, Test2::Formatter::TAP, or Test2::Formatter::EventStream.
If Test::Builder is loaded it will return a Test::Builder::Formatter instance.
If Test::Builder is not loaded, but STDOUT is a terminal, TAP will be used.
Falls back to Test2::Formatter::EventStream for use by Test2::Harness.
SOURCE
The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright 2016 Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/