1TAP::Formatter::File(3)User Contributed Perl DocumentatioTnAP::Formatter::File(3)
23
4
NAME
6TAP::Formatter::File - Harness output delegate for file output
7
VERSION
9Version 3.48
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.36.1 2023-10-03 TAP::Formatter::File(3)