add docs for meta method
Dave Rolsky [Mon, 16 Mar 2009 20:50:18 +0000 (15:50 -0500)]
lib/Class/MOP/Class.pm

index 6ded255..91a6517 100644 (file)
@@ -1692,6 +1692,20 @@ The return value of the modifier is what will be seen by the caller.
 
 =back
 
+=head2 Introspection
+
+=over 4
+
+=item B<< Class::MOP::Class->meta >>
+
+This will return a L<Class::MOP::Class> instance for this class.
+
+It should also be noted that L<Class::MOP> will actually bootstrap
+this module by installing a number of attribute meta-objects into its
+metaclass.
+
+=back
+
 =head1 AUTHORS
 
 Stevan Little E<lt>stevan@iinteractive.comE<gt>