NAME
Class::MOP::Object - Object Meta Object
DESCRIPTION
This class is basically a stub, it provides no functionality at all, and really just exists to make the Class::MOP metamodel complete.
......
: :
: v
+-------------------+
+-----| Class::MOP::Class |
| +-------------------+
| ^ ^ ^
v : : :
+--------------------+ : +--------------------+
| Class::MOP::Module | : | Class::MOP::Object |
+--------------------+ : +--------------------+
| : ^
| : |
| +---------------------+ |
+--->| Class::MOP::Package |-----+
+---------------------+
legend:
..(is an instance of)..>
--(is a subclass of)-->
A deeper discussion of this model is currently beyond the scope of this documenation.
METHODS
- meta
AUTHORS
Stevan Little <stevan@iinteractive.com>
COPYRIGHT AND LICENSE
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.