{
    "content": [
        {
            "type": "text",
            "text": "# Moose::Meta::Method::Delegation (perldoc)\n\n## NAME\n\nMoose::Meta::Method::Delegation - A Moose Method metaclass for delegation methods\n\n## DESCRIPTION\n\nThis is a subclass of Moose::Meta::Method for delegation methods.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **DESCRIPTION**\n- **METHODS**\n- **BUGS**\n- **AUTHORS**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Moose::Meta::Method::Delegation",
        "section": "",
        "mode": "perldoc",
        "summary": "Moose::Meta::Method::Delegation - A Moose Method metaclass for delegation methods",
        "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": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 24,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 20,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Moose::Meta::Method::Delegation - A Moose Method metaclass for delegation methods\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 2.2200\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a subclass of Moose::Meta::Method for delegation methods.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "Moose::Meta::Method::Delegation->new(%options)\nThis creates the delegation methods based on the provided %options.\n\n*attribute*\nThis must be an instance of \"Moose::Meta::Attribute\" which this accessor is being generated\nfor. This options is required.\n\n*delegatetomethod*\nThe method in the associated attribute's value to which we delegate. This can be either a\nmethod name or a code reference.\n\n*curriedarguments*\nAn array reference of arguments that will be prepended to the argument list for any call to\nthe delegating method.\n\n$metamethod->associatedattribute\nReturns the attribute associated with this method.\n\n$metamethod->curriedarguments\nReturn any curried arguments that will be passed to the delegated method.\n\n$metamethod->delegatetomethod\nReturns the method to which this method delegates, as passed to the constructor.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "See \"BUGS\" in Moose for details on reporting bugs.\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": []
            }
        }
    }
}