{
    "content": [
        {
            "type": "text",
            "text": "# Pod::Perldoc::ToText (perldoc)\n\n## NAME\n\nPod::Perldoc::ToText - let Perldoc render Pod as plaintext\n\n## SYNOPSIS\n\nperldoc -o text Some::Modulename\n\n## DESCRIPTION\n\nThis is a \"plug-in\" class that allows Perldoc to use Pod::Text as a formatter class.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CAVEAT**\n- **SEE ALSO**\n- **COPYRIGHT AND DISCLAIMERS**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Pod::Perldoc::ToText",
        "section": "",
        "mode": "perldoc",
        "summary": "Pod::Perldoc::ToText - let Perldoc render Pod as plaintext",
        "synopsis": "perldoc -o text Some::Modulename",
        "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": 9,
                "subsections": []
            },
            {
                "name": "CAVEAT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND DISCLAIMERS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Pod::Perldoc::ToText - let Perldoc render Pod as plaintext\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "perldoc -o text Some::Modulename\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a \"plug-in\" class that allows Perldoc to use Pod::Text as a formatter class.\n\nIt supports the following options, which are explained in Pod::Text: alt, indent, loose, quotes,\nsentence, width\n\nFor example:\n\nperldoc -o text -w indent:5 Some::Modulename\n",
                "subsections": []
            },
            "CAVEAT": {
                "content": "This module may change to use a different text formatter class in the future, and this may\nchange what options are supported.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Pod::Text, Pod::Perldoc\n",
                "subsections": []
            },
            "COPYRIGHT AND DISCLAIMERS": {
                "content": "Copyright (c) 2002 Sean M. Burke. All rights reserved.\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",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Current maintainer: Mark Allen \"<mallen@cpan.org>\"\n\nPast contributions from: brian d foy \"<bdfoy@cpan.org>\" Adriano R. Ferreira\n\"<ferreira@cpan.org>\", Sean M. Burke \"<sburke@cpan.org>\"\n",
                "subsections": []
            }
        }
    }
}