init_meta documentation
[gitmo/Moose.git] / lib / Moose.pm
index 6990a92..222fdb4 100644 (file)
@@ -884,6 +884,8 @@ specified by C<for_class>. This method injects a a C<meta> accessor
 into the class so you can get at this object. It also sets the class's
 superclass to C<base_class>, with L<Moose::Object> as the default.
 
+C<init_meta> returns the metaclass object for C<$class>.
+
 You can specify an alternate metaclass with the C<metaclass> option.
 
 For more detail on this topic, see L<Moose::Cookbook::Extending::Recipe2>.