1TAP::Formatter::File(3pmP)erl Programmers Reference GuidTeAP::Formatter::File(3pm)
23
4
NAME
6TAP::Formatter::File - Harness output delegate for file output
7
VERSION
9Version 3.17
10
DESCRIPTION
12This provides file orientated output formatting for TAP::Harness.
13
SYNOPSIS
15use TAP::Formatter::File;
16my $harness = TAP::Formatter::File->new( \%args );
1718
"open_test"
19See TAP::Formatter::base
2021
22
23
perl v5.12.4 2011-06-07 TAP::Formatter::File(3pm)