1TAP::Parser::Result::VeUrsseironC(o3n)tributed Perl DocuTmAePn:t:aPtairosner::Result::Version(3)
2
3
4
6 TAP::Parser::Result::Version - TAP syntax version token.
7
9 Version 3.42
10
12 This is a subclass of TAP::Parser::Result. A token of this class will
13 be returned if a version line is encountered.
14
15 TAP version 13
16 ok 1
17 not ok 2
18
19 The first version of TAP to include an explicit version number is 13.
20
22 Mainly listed here to shut up the pitiful screams of the pod coverage
23 tests. They keep me awake at night.
24
25 · "as_string"
26
27 · "raw"
28
29 Instance Methods
30 "version"
31
32 if ( $result->is_version ) {
33 print $result->version;
34 }
35
36 This is merely a synonym for "as_string".
37
38
39
40perl v5.30.0 2019-07-26 TAP::Parser::Result::Version(3)