![]() |
![]()
| ![]() |
![]()
NAMETest2::Formatter::TAP - Standard TAP formatter DESCRIPTIONThis is what takes events and turns them into TAP. SYNOPSISuse Test2::Formatter::TAP; my $tap = Test2::Formatter::TAP->new(); # Switch to utf8 $tap->encoding('utf8'); $tap->write($event, $number); # Output an event METHODS
SOURCEThe source code repository for Test2 can be found at <https://github.com/Test-More/test-more/>. MAINTAINERSAUTHORSCOPYRIGHTCopyright 2020 Chad Granum <exodist@cpan.org>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <https://dev.perl.org/licenses/>
|