1 package TAP
::Parser
::Result
::Unknown
;
5 use vars
qw($VERSION @ISA);
6 use TAP::Parser::Result;
7 @ISA = 'TAP::Parser::Result';
13 TAP::Parser::Result::Unknown - Unknown result token.
25 This is a subclass of L<TAP::Parser::Result>. A token of this class will be
26 returned if the parser does not recognize the token line. For example:
31 ... woo hooo! is cool!
33 In the above "TAP", the second and fourth lines will generate "Unknown"
36 =head1 OVERRIDDEN METHODS
38 Mainly listed here to shut up the pitiful screams of the pod coverage tests.
39 They keep me awake at night.