TAP::Formatter::Base
TAP::Formatter::Base
NAME
TAP::Formatter::Base - Base class for harness output delegates
VERSION
Version 3.35
DESCRIPTION
This provides console orientated output formatting for TAP::Harness.
SYNOPSIS
use TAP::Formatter::Console; my $harness = TAP::Formatter::Console->new( \%args );
METHODS
Class Methods
new
my %args = ( verbose => 1, ) my $harness = TAP::Formatt