{
    "content": [
        {
            "type": "text",
            "text": "# Devel::InnerPackage (perldoc)\n\n**Summary:** Devel::InnerPackage - find all the inner packages of a package\n\n**Synopsis:** use Foo::Bar;\nuse Devel::InnerPackage qw(listpackages);\nmy @innerpackages = listpackages('Foo::Bar');\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (5 lines)\n- **DESCRIPTION** (26 lines)\n- **METHODS** (3 lines)\n- **AUTHOR** (2 lines)\n- **COPYING** (4 lines)\n- **BUGS** (2 lines)\n\n## Full Content\n\n### NAME\n\nDevel::InnerPackage - find all the inner packages of a package\n\n### SYNOPSIS\n\nuse Foo::Bar;\nuse Devel::InnerPackage qw(listpackages);\n\nmy @innerpackages = listpackages('Foo::Bar');\n\n### DESCRIPTION\n\nGiven a file like this\n\npackage Foo::Bar;\n\nsub foo {}\n\n\npackage Foo::Bar::Quux;\n\nsub quux {}\n\npackage Foo::Bar::Quirka;\n\nsub quirka {}\n\n1;\n\nthen\n\nlistpackages('Foo::Bar');\n\nwill return\n\nFoo::Bar::Quux\nFoo::Bar::Quirka\n\n### METHODS\n\nlistpackages <package name>\nReturn a list of all inner packages of that package.\n\n### AUTHOR\n\nSimon Wistow <simon@thegestalt.org>\n\n### COPYING\n\nCopyright, 2005 Simon Wistow\n\nDistributed under the same terms as Perl itself.\n\n### BUGS\n\nNone known.\n\n"
        }
    ],
    "structuredContent": {
        "command": "Devel::InnerPackage",
        "section": "",
        "mode": "perldoc",
        "summary": "Devel::InnerPackage - find all the inner packages of a package",
        "synopsis": "use Foo::Bar;\nuse Devel::InnerPackage qw(listpackages);\nmy @innerpackages = listpackages('Foo::Bar');",
        "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": 26,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYING",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Devel::InnerPackage - find all the inner packages of a package\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Foo::Bar;\nuse Devel::InnerPackage qw(listpackages);\n\nmy @innerpackages = listpackages('Foo::Bar');\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Given a file like this\n\npackage Foo::Bar;\n\nsub foo {}\n\n\npackage Foo::Bar::Quux;\n\nsub quux {}\n\npackage Foo::Bar::Quirka;\n\nsub quirka {}\n\n1;\n\nthen\n\nlistpackages('Foo::Bar');\n\nwill return\n\nFoo::Bar::Quux\nFoo::Bar::Quirka\n",
                "subsections": []
            },
            "METHODS": {
                "content": "listpackages <package name>\nReturn a list of all inner packages of that package.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Simon Wistow <simon@thegestalt.org>\n",
                "subsections": []
            },
            "COPYING": {
                "content": "Copyright, 2005 Simon Wistow\n\nDistributed under the same terms as Perl itself.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "None known.\n",
                "subsections": []
            }
        }
    }
}