{
    "content": [
        {
            "type": "text",
            "text": "# ExtUtils::MY (perldoc)\n\n## NAME\n\nExtUtils::MY - ExtUtils::MakeMaker subclass for customization\n\n## SYNOPSIS\n\n# in your Makefile.PL\nsub MY::whatever {\n...\n}\n\n## DESCRIPTION\n\nFOR INTERNAL USE ONLY\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ExtUtils::MY",
        "section": "",
        "mode": "perldoc",
        "summary": "ExtUtils::MY - ExtUtils::MakeMaker subclass for customization",
        "synopsis": "# in your Makefile.PL\nsub MY::whatever {\n...\n}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ExtUtils::MY - ExtUtils::MakeMaker subclass for customization\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# in your Makefile.PL\nsub MY::whatever {\n...\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "FOR INTERNAL USE ONLY\n\nExtUtils::MY is a subclass of ExtUtils::MM. Its provided in your Makefile.PL for you to add and\noverride MakeMaker functionality.\n\nIt also provides a convenient alias via the MY class.\n\nExtUtils::MY might turn out to be a temporary solution, but MY won't go away.\n",
                "subsections": []
            }
        }
    }
}