{
    "mode": "perldoc",
    "parameter": "TAP::Parser::YAMLish::Reader",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/TAP%3A%3AParser%3A%3AYAMLish%3A%3AReader/json",
    "generated": "2026-06-03T03:46:49Z",
    "synopsis": "",
    "sections": {
        "NAME": {
            "content": "TAP::Parser::YAMLish::Reader - Read YAMLish data from iterator\n",
            "subsections": []
        },
        "VERSION": {
            "content": "Version 3.43\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Note that parts of this code were derived from YAML::Tiny with the permission of Adam Kennedy.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "",
            "subsections": [
                {
                    "name": "Class Methods",
                    "content": "\"new\"\nThe constructor \"new\" creates and returns an empty \"TAP::Parser::YAMLish::Reader\" object.\n\nmy $reader = TAP::Parser::YAMLish::Reader->new;\n"
                },
                {
                    "name": "Instance Methods",
                    "content": "\"read\"\nmy $got = $reader->read($iterator);\n\nRead YAMLish from a TAP::Parser::Iterator and return the data structure it represents.\n\n\"getraw\"\nmy $source = $reader->getsource;\n\nReturn the raw YAMLish source from the most recent \"read\".\n"
                }
            ]
        },
        "AUTHOR": {
            "content": "Andy Armstrong, <andy@hexten.net>\n\nAdam Kennedy wrote YAML::Tiny which provided the template and many of the YAML matching regular\nexpressions for this module.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "YAML::Tiny, YAML, YAML::Syck, Config::Tiny, CSS::Tiny,\n<http://use.perl.org/~Alias/journal/29427>\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright 2007-2011 Andy Armstrong.\n\nPortions copyright 2006-2008 Adam Kennedy.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nThe full text of the license can be found in the LICENSE file included with this module.\n",
            "subsections": []
        }
    },
    "summary": "TAP::Parser::YAMLish::Reader - Read YAMLish data from iterator",
    "flags": [],
    "examples": [],
    "see_also": []
}