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