1Class::MOP::Method(3) User Contributed Perl DocumentationClass::MOP::Method(3)
2
3
4

NAME

6       Class::MOP::Method - Method Meta Object
7

SYNOPSIS

9         # ... more to come later maybe
10

DESCRIPTION

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

METHODS

17       Introspection
18
19       meta
20           This will return a Class::MOP::Class instance which is related to
21           this class.
22
23       Construction
24
25       wrap (&code)
26
27       Informational
28
29       body
30       name
31       package_name
32       fully_qualified_name
33

AUTHORS

35       Stevan Little <stevan@iinteractive.com>
36
38       Copyright 2006, 2007 by Infinity Interactive, Inc.
39
40       <http://www.iinteractive.com>
41
42       This library is free software; you can redistribute it and/or modify it
43       under the same terms as Perl itself.
44
45
46
47perl v5.8.8                       2007-11-07             Class::MOP::Method(3)
Impressum