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

NAME

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

DESCRIPTION

9       This class is basically a stub, it provides no functionality at all,
10       and really just exists to make the Class::MOP metamodel complete.
11
12                                ......
13                               :      :
14                               :      v
15                         +-------------------+
16                   +-----⎪ Class::MOP::Class ⎪
17                   ⎪     +-------------------+
18                   ⎪        ^      ^       ^
19                   v        :      :       :
20         +--------------------+    :      +--------------------+
21         ⎪ Class::MOP::Module ⎪    :      ⎪ Class::MOP::Object ⎪
22         +--------------------+    :      +--------------------+
23                   ⎪               :                ^
24                   ⎪               :                ⎪
25                   ⎪    +---------------------+     ⎪
26                   +--->⎪ Class::MOP::Package ⎪-----+
27                        +---------------------+
28
29         legend:
30           ..(is an instance of)..>
31           --(is a subclass of)--->
32
33       A deeper discussion of this model is currently beyond the scope of this
34       documenation.
35

METHODS

37       meta
38       dump (?$max_depth)
39           This will "require" the Data::Dumper module and then dump a repre‐
40           sentation of your object. It passed the $max_depth arg to
41           $Data::Dumper::Maxdepth. The default $max_depth is 1, so it will
42           not go crazy and print a massive bunch of stuff.  Adjust this as
43           nessecary.
44

AUTHORS

46       Stevan Little <stevan@iinteractive.com>
47
49       Copyright 2006, 2007 by Infinity Interactive, Inc.
50
51       <http://www.iinteractive.com>
52
53       This library is free software; you can redistribute it and/or modify it
54       under the same terms as Perl itself.
55
56
57
58perl v5.8.8                       2007-11-07             Class::MOP::Object(3)
Impressum