1TAP::Parser::Result::PraPgemral(3Pprmo)grammers ReferenTcAeP:G:uPiadreser::Result::Pragma(3pm)
2
3
4
6 TAP::Parser::Result::Pragma - TAP pragma token.
7
9 Version 3.17
10
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
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.10.1 2009-06-12 TAP::Parser::Result::Pragma(3pm)