TAP::Parser::YAMLish::Reader(3p) Perl Programmers Reference Guide
TAP::Parser::YAMLish::Reader(3p) Perl Programmers Reference Guide # TAP::Parser::YAMLish::Reader(3p) Perl Programmers Reference Guide NNAAMMEE # TAP::Parser::YAMLish::Reader - Read YAMLish data from iterator VVEERRSSIIOONN # Version 3.44 SSYYNNOOPPSSIISS # DDEESSCCRRIIPPTTIIOONN # Note that parts of this code were derived from YAML::Tiny with the permission of Adam Kennedy. MMEETTHHOODDSS # CCllaassss MMeetthhooddss _"_n_e_w_" The constructor "new" creates and returns an empty "TAP::Parser::YAMLish::Reader" object. my $reader = TAP::Parser::YAMLish::Reader->new; IInnssttaannccee MMeetthhooddss _"_r_e_a_d_" my $got = $reader->read($iterator); Read YAMLish from a TAP::Parser::Iterator and return the data structure it represents. ...