Tap-Formatter-Base

TAP::Formatter::Base(3p) Perl Programmers Reference Guide

Tap-Formatter-Base

TAP::Formatter::Base(3p) Perl Programmers Reference Guide # TAP::Formatter::Base(3p) Perl Programmers Reference Guide NNAAMMEE # TAP::Formatter::Base - Base class for harness output delegates VVEERRSSIIOONN # Version 3.44 DDEESSCCRRIIPPTTIIOONN # This provides console orientated output formatting for TAP::Harness. SSYYNNOOPPSSIISS # use TAP::Formatter::Console; my $harness = TAP::Formatter::Console->new( \%args ); MMEETTHHOODDSS # CCllaassss MMeetthhooddss _"_n_e_w_" my %args = ( verbose => 1, ) my $harness = TAP::Formatter::Console->new( \%args ); The constructor returns a new "TAP::Formatter::Console" object. ...