{
    "mode": "perldoc",
    "parameter": "Class::MOP::Module",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Class%3A%3AMOP%3A%3AModule/json",
    "generated": "2026-06-11T11:28:30Z",
    "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": []
        }
    },
    "summary": "Class::MOP::Module - Module Meta Object",
    "flags": [],
    "examples": [],
    "see_also": []
}