{
    "content": [
        {
            "type": "text",
            "text": "# POE::Resources (perldoc)\n\n## NAME\n\nPOE::Resources - loader of POE resources\n\n## SYNOPSIS\n\n# Intended for internal use by POE::Kernel.\nuse POE::Resources;\nPOE::Resources->load();\n\n## DESCRIPTION\n\nPOE::Kernel is internally split into different resources that are separately managed by\nindividual mix-in classes.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS** (2 subsections)\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "POE::Resources",
        "section": "",
        "mode": "perldoc",
        "summary": "POE::Resources - loader of POE resources",
        "synopsis": "# Intended for internal use by POE::Kernel.\nuse POE::Resources;\nPOE::Resources->load();",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 7,
                "subsections": [
                    {
                        "name": "load",
                        "lines": 1
                    },
                    {
                        "name": "load",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "POE::Resources - loader of POE resources\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# Intended for internal use by POE::Kernel.\nuse POE::Resources;\nPOE::Resources->load();\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "POE::Kernel is internally split into different resources that are separately managed by\nindividual mix-in classes.\n\nPOE::Resources is designed as a high-level macro manager for POE::Resource classes. Currently it\nimplements a single method, load(), which loads all the POE::Resource classes.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "POE::Resources has a public interface, but it is intended to be used internally by POE::Kernel.\nApplication programmers should never need to use POE::Resources directly.\n\nload\nPOE::Kernel calls load() to loads all the known POE::Resource modules.\n\nEach resource may be handled by a pure perl module, or by an XS module. For each resource class,",
                "subsections": [
                    {
                        "name": "load",
                        "content": ""
                    },
                    {
                        "name": "load",
                        "content": ""
                    }
                ]
            },
            "SEE ALSO": {
                "content": "See \"Resources\" in POE::Kernel for public information about POE resources.\n\nSee POE::Resource for general discussion about resources and the classes that manage them.\n\nAUTHORS & LICENSING\nPlease see POE for more information about its authors, contributors, and POE's licensing.\n",
                "subsections": []
            }
        }
    }
}