{
    "content": [
        {
            "type": "text",
            "text": "# Pod::Simple::PullParserEndToken (perldoc)\n\n**Summary:** Pod::Simple::PullParserEndToken -- end-tokens from Pod::Simple::PullParser\n\n**Synopsis:** (See Pod::Simple::PullParser)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (23 lines)\n- **SEE ALSO** (2 lines)\n- **SUPPORT** (10 lines)\n- **COPYRIGHT AND DISCLAIMERS** (8 lines)\n- **AUTHOR** (10 lines)\n\n## Full Content\n\n### NAME\n\nPod::Simple::PullParserEndToken -- end-tokens from Pod::Simple::PullParser\n\n### SYNOPSIS\n\n(See Pod::Simple::PullParser)\n\n### DESCRIPTION\n\nWhen you do $parser->gettoken on a Pod::Simple::PullParser, you might get an object of this\nclass.\n\nThis is a subclass of Pod::Simple::PullParserToken and inherits all its methods, and adds these\nmethods:\n\n$token->tagname\nThis returns the tagname for this end-token object. For example, parsing a \"=head1 ...\" line\nwill give you a start-token with the tagname of \"head1\", token(s) for its content, and then\nan end-token with the tagname of \"head1\".\n\n$token->tagname(*somestring*)\nThis changes the tagname for this end-token object. You probably won't need to do this.\n\n$token->tag(...)\nA shortcut for $token->tagname(...)\n\n$token->istag(*somestring*) or $token->istagname(*somestring*)\nThese are shortcuts for \"$token->tag() eq *somestring*\"\n\nYou're unlikely to ever need to construct an object of this class for yourself, but if you want\nto, call \"Pod::Simple::PullParserEndToken->new( *tagname* )\"\n\n### SEE ALSO\n\nPod::Simple::PullParserToken, Pod::Simple, Pod::Simple::Subclassing\n\n### SUPPORT\n\nQuestions or discussion about POD and Pod::Simple should be sent to the pod-people@perl.org mail\nlist. Send an empty email to pod-people-subscribe@perl.org to subscribe.\n\nThis module is managed in an open GitHub repository, <https://github.com/perl-pod/pod-simple/>.\nFeel free to fork and contribute, or to clone <git://github.com/perl-pod/pod-simple.git> and\nsend patches!\n\nPatches against Pod::Simple are welcome. Please send bug reports to\n<bug-pod-simple@rt.cpan.org>.\n\n### COPYRIGHT AND DISCLAIMERS\n\nCopyright (c) 2002 Sean M. Burke.\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nThis program is distributed in the hope that it will be useful, but without any warranty;\nwithout even the implied warranty of merchantability or fitness for a particular purpose.\n\n### AUTHOR\n\nPod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't bother him, he's retired.\n\nPod::Simple is maintained by:\n\n*   Allison Randal \"allison@perl.org\"\n\n*   Hans Dieter Pearcey \"hdp@cpan.org\"\n\n*   David E. Wheeler \"dwheeler@cpan.org\"\n\n"
        }
    ],
    "structuredContent": {
        "command": "Pod::Simple::PullParserEndToken",
        "section": "",
        "mode": "perldoc",
        "summary": "Pod::Simple::PullParserEndToken -- end-tokens from Pod::Simple::PullParser",
        "synopsis": "(See Pod::Simple::PullParser)",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 23,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SUPPORT",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND DISCLAIMERS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 10,
                "subsections": []
            }
        ]
    }
}