TAP::Parser::Result
TAP::Parser::Result
NAME
TAP::Parser::Result - Base class for TAP::Parser output objects
VERSION
Version 3.30
SYNOPSIS
# abstract class - not meant to be used directly # see TAP::Parser::ResultFactory for preferred usage # directly: use TAP::Parser::Result; my $token = {...}; my $result = TAP::Parser::Result->new( $token );
DESCRIPTION
This is a simple base class used by 登录查看完整内容