1Moose::Meta::Method::DeUlseegratCioonnt(r3i)buted Perl DMoocousmee:n:tMaettiao:n:Method::Delegation(3)
2
3
4
6 Moose::Meta::Method::Delegation - A Moose Method metaclass for
7 delegation methods
8
10 version 2.2012
11
13 This is a subclass of Moose::Meta::Method for delegation methods.
14
16 Moose::Meta::Method::Delegation->new(%options)
17 This creates the delegation methods based on the provided %options.
18
19 attribute
20 This must be an instance of "Moose::Meta::Attribute" which this
21 accessor is being generated for. This options is required.
22
23 delegate_to_method
24 The method in the associated attribute's value to which we
25 delegate. This can be either a method name or a code reference.
26
27 curried_arguments
28 An array reference of arguments that will be prepended to the
29 argument list for any call to the delegating method.
30
31 $metamethod->associated_attribute
32 Returns the attribute associated with this method.
33
34 $metamethod->curried_arguments
35 Return any curried arguments that will be passed to the delegated
36 method.
37
38 $metamethod->delegate_to_method
39 Returns the method to which this method delegates, as passed to the
40 constructor.
41
43 See "BUGS" in Moose for details on reporting bugs.
44
46 · Stevan Little <stevan.little@iinteractive.com>
47
48 · Dave Rolsky <autarch@urth.org>
49
50 · Jesse Luehrs <doy@tozt.net>
51
52 · Shawn M Moore <code@sartak.org>
53
54 · יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
55
56 · Karen Etheridge <ether@cpan.org>
57
58 · Florian Ragwitz <rafl@debian.org>
59
60 · Hans Dieter Pearcey <hdp@weftsoar.net>
61
62 · Chris Prather <chris@prather.org>
63
64 · Matt S Trout <mst@shadowcat.co.uk>
65
67 This software is copyright (c) 2006 by Infinity Interactive, Inc.
68
69 This is free software; you can redistribute it and/or modify it under
70 the same terms as the Perl 5 programming language system itself.
71
72
73
74perl v5.30.1 2020-01-30Moose::Meta::Method::Delegation(3)