Document the method name I actually added, idiot
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Component.pm
index d069278..c065664 100644 (file)
@@ -172,13 +172,14 @@ something like this:
       return $class->new($app, $args);
   }
 
-=head2 _component_class
+=head2 _component_name
 
-The class name of the component within an application. This is used to
-pass the component's class name to actions generated (becoming
+The name of the component within an application. This is used to
+pass the component's name to actions generated (becoming
 C<< $action->class >>). This is needed so that the L</COMPONENT> method can
 return an instance of a different class (e.g. a L<Class::MOP> anonymous class),
-and should be used to retrieve a component instead of C<< ref($self) >>.
+(as finding the component name by C<< ref($self) >> will not work correctly in
+such cases).
 
 =head2 $c->config