NAME
Class::MOP::Method - Method Meta Object
SYNOPSIS
# ... more to come later maybe
DESCRIPTION
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.
METHODS
Introspection
- meta
-
This will return a Class::MOP::Class instance which is related to this class.
Construction
Informational
- body
- name
- package_name
- fully_qualified_name
AUTHORS
Stevan Little <stevan@iinteractive.com>
COPYRIGHT AND LICENSE
Copyright 2006, 2007 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.