other versions
- wheezy 5.14.2-21+deb7u3
- jessie 5.20.2-3+deb8u6
- testing 5.24.1-3
- unstable 5.24.1-3
- experimental 5.26.0-1
other sections
| TAP::Formatter::Session(3perl) | Perl Programmers Reference Guide | TAP::Formatter::Session(3perl) |
NAME¶
TAP::Formatter::Session - Abstract base class for harness output delegateVERSION¶
Version 3.23METHODS¶
Class Methods¶
"new" my %args = (
formatter => $self,
)
my $harness = TAP::Formatter::Console::Session->new( \%args );
The constructor returns a new "TAP::Formatter::Console::Session"
object.
- •
- "formatter"
- •
- "parser"
- •
- "name"
- •
- "show_count"
| 2011-09-19 | perl v5.14.2 |