Modules

  • A • B • C • D • E
  • F • G • H • I • L
  • M • N • O • P • S
  • T • U • X

Tools

TAP::Formatter::File

Perl 5 version 16.0 documentation
Recently read

TAP::Formatter::File

NAME

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

VERSION

Version 3.23

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