From: Dave Rolsky Date: Mon, 16 Mar 2009 20:50:18 +0000 (-0500) Subject: add docs for meta method X-Git-Tag: 0.78_02~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb771eb1a100d7e37d66aed31c781b00ef293f54;p=gitmo%2FClass-MOP.git add docs for meta method --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index 834c007..ba56145 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1623,6 +1623,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 instance for this class. + +It should also be noted that L will actually bootstrap +this module by installing a number of attribute meta-objects into its +metaclass. + +=back + =head1 AUTHORS Stevan Little Estevan@iinteractive.comE