X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FInternals.pod;h=85de5cf6319e5211c2c66f3ab4e8daa6008998db;hp=6ba6600383b07228fbb55e1156ae87f601726e14;hb=5336f54651dd781138086b9081b85b6839452a76;hpb=0e8eed8eaeef86103384ed21f603749515c784c8 diff --git a/lib/Catalyst/Manual/Internals.pod b/lib/Catalyst/Manual/Internals.pod index 6ba6600..85de5cf 100644 --- a/lib/Catalyst/Manual/Internals.pod +++ b/lib/Catalyst/Manual/Internals.pod @@ -40,7 +40,7 @@ Catalyst automatically loads all components it finds in the C<$class::Controller>, C<$class::C>, C<$class::Model>, C<$class::M>, C<$class::View> and C<$class::V> namespaces (using C). As each is loaded, if it has a -L method then this method +L method then this method will be called, and passed that component's configuration. It then returns an instance of the component, which becomes the C<$self> when methods in that component are called later. @@ -90,7 +90,7 @@ extend Catalyst. These steps are normally overloaded from engine classes, and may also be extended by plugins. For more on extending Catalyst, see L. -The engine class populate sthe Catalyst request object with +The engine class populates the Catalyst request object with information from the underlying layer (L) during the prepare phase, then push the generated response information down to the underlying layer during the finalize phase.