{
    "content": [
        {
            "type": "text",
            "text": "# Class::MOP::Module (perldoc)\n\n## NAME\n\nClass::MOP::Module - Module Meta Object\n\n## DESCRIPTION\n\nA module is essentially a Class::MOP::Package with metadata, in our case the version and\nauthority.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **DESCRIPTION**\n- **INHERITANCE**\n- **METHODS**\n- **AUTHORS**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Class::MOP::Module",
        "section": "",
        "mode": "perldoc",
        "summary": "Class::MOP::Module - Module Meta Object",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "INHERITANCE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 23,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 20,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Class::MOP::Module - Module Meta Object\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 2.2200\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A module is essentially a Class::MOP::Package with metadata, in our case the version and\nauthority.\n",
                "subsections": []
            },
            "INHERITANCE": {
                "content": "Class::MOP::Module is a subclass of Class::MOP::Package.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "Class::MOP::Module->create($package, %options)\nOverrides \"create\" from Class::MOP::Package to provide these additional options:\n\n\"version\"\nA version number, to be installed in the $VERSION package global variable.\n\n\"authority\"\nAn authority, to be installed in the $AUTHORITY package global variable.\n\nThis is a legacy field and its use is not recommended.\n\n$metamodule->version\nThis is a read-only attribute which returns the $VERSION of the package, if one exists.\n\n$metamodule->authority\nThis is a read-only attribute which returns the $AUTHORITY of the package, if one exists.\n\n$metamodule->identifier\nThis constructs a string which combines the name, version and authority.\n\nClass::MOP::Module->meta\nThis will return a Class::MOP::Class instance for this class.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "*   Stevan Little <stevan@cpan.org>\n\n*   Dave Rolsky <autarch@urth.org>\n\n*   Jesse Luehrs <doy@cpan.org>\n\n*   Shawn M Moore <sartak@cpan.org>\n\n*   יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>\n\n*   Karen Etheridge <ether@cpan.org>\n\n*   Florian Ragwitz <rafl@debian.org>\n\n*   Hans Dieter Pearcey <hdp@cpan.org>\n\n*   Chris Prather <chris@prather.org>\n\n*   Matt S Trout <mstrout@cpan.org>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is copyright (c) 2006 by Infinity Interactive, Inc.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
                "subsections": []
            }
        }
    }
}