
Class::MOP::Method - Method Meta Object

# ... more to come later maybe

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 also contains the Class::MOP::Method::Wrapped subclass, which provides the features for before, after and around method modifiers.

This will return a Class::MOP::Class instance which is related to this class.


Stevan Little <stevan@iinteractive.com>
Yuval Kogman <nothingmuch@woobling.com>

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