1TAP::Parser::Result::YAUMsLe(r3)Contributed Perl DocumenTtAaPt:i:oPnarser::Result::YAML(3)
2
3
4

NAME

6       TAP::Parser::Result::YAML - YAML result 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 YAML block is encountered.
14
15        1..1
16        ok 1 - woo hooo!
17
18       1..1 is the plan.  Gotta have a plan.
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       "data"
30
31         if ( $result->is_yaml ) {
32            print $result->data;
33         }
34
35       Return the parsed YAML data for this result
36
37
38
39perl v5.26.3                      2018-03-19      TAP::Parser::Result::YAML(3)
Impressum