table of contents
other versions
- buster 5.28.1-6+deb10u1
- testing 5.32.1-4
- unstable 5.32.1-5
- experimental 5.34.0~rc2-1
other sections
TAP::Formatter::File(3perl) | Perl Programmers Reference Guide | TAP::Formatter::File(3perl) |
NAME¶
TAP::Formatter::File - Harness output delegate for file outputVERSION¶
Version 3.42DESCRIPTION¶
This provides file orientated output formatting for TAP::Harness.SYNOPSIS¶
use TAP::Formatter::File; my $harness = TAP::Formatter::File->new( \%args );
"open_test"¶
See TAP::Formatter::Base2020-07-21 | perl v5.28.1 |