Fix mistake with auto method location
Tomas Doran [Tue, 29 Nov 2011 13:46:07 +0000 (13:46 +0000)]
lib/Catalyst/Manual/Intro.pod

index 013ba51..bd9ad73 100644 (file)
@@ -1099,7 +1099,7 @@ turn.
     sub auto : Private { }
 
 C<auto>, however, doesn't override like this: providing they exist,
-C<MyApp::auto>, C<MyApp::Controller::Catalog::auto> and
+C<MyApp::Controller::Root::auto>, C<MyApp::Controller::Catalog::auto> and
 C<MyApp::Catalog::Order::auto> would be called in turn.
 
 Here are some examples of the order in which the various built-ins