Provided by: libtest2-harness-perl_1.000155-1_all bug

NAME

       Test2::Formatter::Test2 - An alternative to TAP, used by Test2::Harness.

DESCRIPTION

       This formatter is the primary formatter used for final result rendering when you use
       Test2::Harness. This formatter is NOT designed to have its output consumed by
       code/machine/harnesses. The goal of this formatter is to have output that is easily read
       by humans.

SYNOPSIS

       If you are running a test directly with perl and want to use this formatter:

           $ perl -MTest2::Formatter::Test2 path/to/test.t

       You could also use the module directly in your test, but that is not recommended as your
       test would then be unable to be run via prove or other harnesses.

SOURCE

       The source code repository for Test2-Harness can be found at
       http://github.com/Test-More/Test2-Harness/.

MAINTAINERS

       Chad Granum <exodist@cpan.org>

AUTHORS

       Chad Granum <exodist@cpan.org>

COPYRIGHT

       Copyright 2020 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/