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;fp=lib%2FCatalyst%2FManual%2FInternals.pod;h=bd6692144f202799b1594e536c7a39fac3ae34b9;hp=b8083c96bb54401161dac2ecdf0532fa5b51641f;hb=56a12748311fdb2580d7ad7cd84c255cd4447d8b;hpb=f9f09a3eae6773200dc5291922d3248c7fbf0597 diff --git a/lib/Catalyst/Manual/Internals.pod b/lib/Catalyst/Manual/Internals.pod index b8083c9..bd66921 100644 --- a/lib/Catalyst/Manual/Internals.pod +++ b/lib/Catalyst/Manual/Internals.pod @@ -38,7 +38,7 @@ C and from the selected specialized Engine module. 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 +namespaces (using L). As each is loaded, if it has a 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 @@ -48,7 +48,7 @@ that component are called later. Each controller has it's C method called. At this point, the subroutine attributes are retrieved from the -L, parsed, and used to +L, parsed, and used to build instances of L, which are then registered with the dispatcher.