![]() |
![]()
| ![]() |
![]()
NAMEMoose::Meta::Method::Delegation - A Moose Method metaclass for delegation methods VERSIONversion 2.2207 DESCRIPTIONThis is a subclass of Moose::Meta::Method for delegation methods. METHODSMoose::Meta::Method::Delegation->new(%options)This creates the delegation methods based on the provided %options.
$metamethod->associated_attributeReturns the attribute associated with this method. $metamethod->curried_argumentsReturn any curried arguments that will be passed to the delegated method. $metamethod->delegate_to_methodReturns the method to which this method delegates, as passed to the constructor. BUGSSee "BUGS" in Moose for details on reporting bugs. AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2006 by Infinity Interactive, Inc. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|