1TAP::Parser::YAMLish::RUesaedrerC(o3n)tributed Perl DocuTmAePn:t:aPtairosner::YAMLish::Reader(3)
2
3
4
6 TAP::Parser::YAMLish::Reader - Read YAMLish data from iterator
7
9 Version 3.42
10
13 Note that parts of this code were derived from YAML::Tiny with the
14 permission of Adam Kennedy.
15
17 Class Methods
18 "new"
19
20 The constructor "new" creates and returns an empty
21 "TAP::Parser::YAMLish::Reader" object.
22
23 my $reader = TAP::Parser::YAMLish::Reader->new;
24
25 Instance Methods
26 "read"
27
28 my $got = $reader->read($iterator);
29
30 Read YAMLish from a TAP::Parser::Iterator and return the data structure
31 it represents.
32
33 "get_raw"
34
35 my $source = $reader->get_source;
36
37 Return the raw YAMLish source from the most recent "read".
38
40 Andy Armstrong, <andy@hexten.net>
41
42 Adam Kennedy wrote YAML::Tiny which provided the template and many of
43 the YAML matching regular expressions for this module.
44
46 YAML::Tiny, YAML, YAML::Syck, Config::Tiny, CSS::Tiny,
47 <http://use.perl.org/~Alias/journal/29427>
48
50 Copyright 2007-2011 Andy Armstrong.
51
52 Portions copyright 2006-2008 Adam Kennedy.
53
54 This program is free software; you can redistribute it and/or modify it
55 under the same terms as Perl itself.
56
57 The full text of the license can be found in the LICENSE file included
58 with this module.
59
60
61
62perl v5.32.1 2021-01-27 TAP::Parser::YAMLish::Reader(3)