
Class::MOP::Method - Method Meta Object

The Method Protocol is very small, since methods in Perl 5 are just subroutines within the particular package. We provide a very basic introspection interface.

This will return a Class::MOP::Class instance which is related to this class.
This is the basic constructor,
it returns a Class::MOP::Method instance which wraps the given $code reference.
This returns the actual CODE reference of the particular instance.
This returns the name of the CODE reference.
This returns the package name that the CODE reference is attached to.
This returns the fully qualified name of the CODE reference.

Stevan Little <stevan@iinteractive.com>

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