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=b8083c96bb54401161dac2ecdf0532fa5b51641f;hp=459518f80f0213959ec0398b3a0fa1146b059757;hb=e8200f38d465b85ad84eb11718db1e61230ce73b;hpb=e0dfa383e8f431b273c2696f86938c1cbeb7ab42 diff --git a/lib/Catalyst/Manual/Internals.pod b/lib/Catalyst/Manual/Internals.pod index 459518f..b8083c9 100644 --- a/lib/Catalyst/Manual/Internals.pod +++ b/lib/Catalyst/Manual/Internals.pod @@ -22,7 +22,6 @@ Catalyst initializes itself in two stages: When the Catalyst module is imported in the main application module, it stores any options. - =item 2 When C<< __PACKAGE__->setup >> is called, it evaluates any @@ -90,7 +89,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.