From: Tomas Doran Date: Sat, 14 Nov 2009 17:33:28 +0000 (+0000) Subject: Another Pod fix, RT#51488 X-Git-Tag: v5.8005~92 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=c312468f8369b9f161352d93750d0aae49ef6093 Another Pod fix, RT#51488 --- diff --git a/Changes b/Changes index 52d5ee2..6afebb1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Catalyst-Manual + - Fix POD typos in ::Internals (RT#51488) + 5.8001 06 Oct 2009 - Tutorial - Fix RT #46760 diff --git a/lib/Catalyst/Manual/Internals.pod b/lib/Catalyst/Manual/Internals.pod index 192d5f4..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