From: Dave Rolsky Date: Mon, 16 Mar 2009 20:50:18 +0000 (-0500) Subject: add docs for meta method X-Git-Tag: 0.80_01~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=583794707de9c1902b8b41f020cde3ddcc9fa80b;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 6ded255..91a6517 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -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 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