{
    "content": [
        {
            "type": "text",
            "text": "# Role::Tiny::With (perldoc)\n\n## NAME\n\nRole::Tiny::With - Neat interface for consumers of Role::Tiny roles\n\n## SYNOPSIS\n\npackage Some::Class;\nuse Role::Tiny::With;\nwith 'Some::Role';\n# The role is now mixed in\n\n## DESCRIPTION\n\n\"Role::Tiny\" is a minimalist role composition tool. \"Role::Tiny::With\" provides a \"with\"\nfunction to compose such roles.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHORS**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Role::Tiny::With",
        "section": "",
        "mode": "perldoc",
        "summary": "Role::Tiny::With - Neat interface for consumers of Role::Tiny roles",
        "synopsis": "package Some::Class;\nuse Role::Tiny::With;\nwith 'Some::Role';\n# The role is now mixed in",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Role::Tiny::With - Neat interface for consumers of Role::Tiny roles\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "package Some::Class;\n\nuse Role::Tiny::With;\n\nwith 'Some::Role';\n\n# The role is now mixed in\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "\"Role::Tiny\" is a minimalist role composition tool. \"Role::Tiny::With\" provides a \"with\"\nfunction to compose such roles.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "See Role::Tiny for authors.\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "See Role::Tiny for the copyright and license.\n",
                "subsections": []
            }
        }
    }
}