
Moose::Meta::Method::Delegation - A Moose Method metaclass for delegation methods

This is a subclass of Moose::Meta::Method for delegation methods.

This creates the delegation methods based on the provided %options.
This must be an instance of Moose::Meta::Attribute which this accessor is being generated for.
This options is required.
The method in the associated attribute's value to which we delegate. This can be either a method name or a code reference.
An array reference of arguments that will be prepended to the argument list for any call to the delegating method.
Returns the attribute associated with this method.
Return any curried arguments that will be passed to the delegated method.
Returns the method to which this method delegates, as passed to the constructor.

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

Dave Rolsky <autarch@urth.org>

Copyright 2009 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.