{
    "content": [
        {
            "type": "text",
            "text": "# Pod::Perldoc::ToTerm (perldoc)\n\n## NAME\n\nPod::Perldoc::ToTerm - render Pod with terminal escapes\n\n## SYNOPSIS\n\nperldoc -o term 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- **PAGER FORMATTING**\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::ToTerm",
        "section": "",
        "mode": "perldoc",
        "summary": "Pod::Perldoc::ToTerm - render Pod with terminal escapes",
        "synopsis": "perldoc -o term 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": "PAGER FORMATTING",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "CAVEAT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND DISCLAIMERS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Pod::Perldoc::ToTerm - render Pod with terminal escapes\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "perldoc -o term 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 term -w indent:5 Some::Modulename\n",
                "subsections": []
            },
            "PAGER FORMATTING": {
                "content": "Depending on the platform, and because this class emits terminal escapes it will attempt to set\nthe \"-R\" flag on your pager by injecting the flag into your environment variable for \"less\" or\n\"more\".\n\nOn Windows and DOS, this class will not modify any environment variables.\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::Text::Termcap, Pod::Perldoc\n",
                "subsections": []
            },
            "COPYRIGHT AND DISCLAIMERS": {
                "content": "Copyright (c) 2017 Mark Allen.\n\nThis program is free software; you can redistribute it and/or modify it under the terms of\neither: the GNU General Public License as published by the Free Software Foundation; or the\nArtistic License.\n\nSee http://dev.perl.org/licenses/ for more information.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Mark Allen \"<mallen@cpan.org>\"\n",
                "subsections": []
            }
        }
    }
}