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=9263addd081278b83b0dd009dea714657fb23c3c;hp=0ad159bd79ac136dd27ec68c6006053407413323;hb=e12f80114e604748198074c94b9e6408a6bac099;hpb=b1a08fe19fd4ce1cd7756727319d08156b1e563f diff --git a/lib/Catalyst/Manual/Internals.pod b/lib/Catalyst/Manual/Internals.pod index 0ad159b..9263add 100644 --- a/lib/Catalyst/Manual/Internals.pod +++ b/lib/Catalyst/Manual/Internals.pod @@ -20,13 +20,13 @@ Catalyst initializes itself in two stages: =item 1 When the Catalyst module is imported in the main application -module it stores any options. +module, it stores any options. =item 2 -WHen C<< __PACKAGE__->setup >> is called, it evaluates any -options stored (C<-Debug>, C<-Engine=XXX>), makes the application +When C<< __PACKAGE__->setup >> is called, it evaluates any +options stored (C<-Debug>, C<-Engine=XXX>), and makes the application inherit from L (if that hasn't already been done with an explicit C<< use base 'Catalyst'; >> or C<< extends 'Catalyst'; >>. Any specified plugins are then loaded, the application module is made to @@ -95,12 +95,13 @@ information from the underlying layer (C or C) during the prepare phase, then push the generated response information down to the underlying layer during the finalize phase. -=head1 AUTHOR +=head1 AUTHORS -Sebastian Riedel, C +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT -This program is free software, you can redistribute it and/or modify it under +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. +=cut