Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

Tools

TAP::Formatter::File

Perl 5 version 24.0 documentation
Recently read

TAP::Formatter::File

NAME

TAP::Formatter::File - Harness output delegate for file output

VERSION

Version 3.36

DESCRIPTION

This provides file orientated output formatting for TAP::Harness.

SYNOPSIS

  1. use TAP::Formatter::File;
  2. my $harness = TAP::Formatter::File->new( \%args );

open_test

See TAP::Formatter::Base