{
    "mode": "info",
    "parameter": "TAP::Parser::Iterator::Stream",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/info/TAP%3A%3AParser%3A%3AIterator%3A%3AStream/json",
    "generated": "2026-07-05T09:24:27Z",
    "synopsis": "use TAP::Parser::Iterator::Stream;\nopen( TEST, 'test.tap' );\nmy $it   = TAP::Parser::Iterator::Stream->new(\\*TEST);\nmy $line = $it->next;",
    "sections": {
        "NAME": {
            "content": "TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP\nsources\n",
            "subsections": []
        },
        "VERSION": {
            "content": "Version 3.43\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use TAP::Parser::Iterator::Stream;\nopen( TEST, 'test.tap' );\nmy $it   = TAP::Parser::Iterator::Stream->new(\\*TEST);\nmy $line = $it->next;\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is a simple iterator wrapper for reading from filehandles, used by\nTAP::Parser.  Unless you're writing a plugin or subclassing, you\nprobably won't need to use this module directly.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "Class Methods\n\"new\"\n\nCreate an iterator.  Expects one argument containing a filehandle.\n\nInstance Methods\n\"next\"\n\nIterate through it, of course.\n\n\"nextraw\"\n\nIterate raw input without applying any fixes for quirky input syntax.\n\n\"wait\"\n\nGet the wait status for this iterator. Always returns zero.\n\n\"exit\"\n\nGet the exit status for this iterator. Always returns zero.\n",
            "subsections": []
        },
        "ATTRIBUTION": {
            "content": "Originally ripped off from Test::Harness.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "TAP::Object, TAP::Parser, TAP::Parser::Iterator,\n\nperl v5.34.0                      2026-06-TAP::Parser::Iterator::Stream(3perl)",
            "subsections": []
        }
    },
    "summary": "TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "Stream",
            "section": "3perl",
            "url": "https://www.chedong.com/phpMan.php/man/Stream/3perl/json"
        }
    ]
}