1TAP::Parser::Result::PrUasgemra(C3o)ntributed Perl DocumTeAnPt:a:tPiaornser::Result::Pragma(3)
2
3
4

NAME

6       TAP::Parser::Result::Pragma - TAP pragma token.
7

VERSION

9       Version 3.42
10

DESCRIPTION

12       This is a subclass of TAP::Parser::Result.  A token of this class will
13       be returned if a pragma is encountered.
14
15        TAP version 13
16        pragma +strict, -foo
17
18       Pragmas are only supported from TAP version 13 onwards.
19

OVERRIDDEN METHODS

21       Mainly listed here to shut up the pitiful screams of the pod coverage
22       tests.  They keep me awake at night.
23
24       ·   "as_string"
25
26       ·   "raw"
27
28   Instance Methods
29       "pragmas"
30
31       if ( $result->is_pragma ) {
32           @pragmas = $result->pragmas; }
33
34
35
36perl v5.26.3                      2018-03-19    TAP::Parser::Result::Pragma(3)
Impressum