From: Marcus Ramberg Date: Fri, 23 Jun 2006 06:11:12 +0000 (+0000) Subject: Corrected failing pod tests X-Git-Tag: 5.7099_04~469 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=0d201f156689ef722093027789f4a6b1b938cd86 Corrected failing pod tests --- diff --git a/lib/Catalyst/Manual.pod b/lib/Catalyst/Manual.pod index ed07dcc..144de08 100644 --- a/lib/Catalyst/Manual.pod +++ b/lib/Catalyst/Manual.pod @@ -7,6 +7,8 @@ Catalyst::Manual - User guide and reference for Catalyst This is the (table of contents page of the) comprehensive user guide and reference for Catalyst. +=over 4 + =item * L @@ -61,6 +63,8 @@ Here be dragons! A very brief explanation of the Catalyst request cycle, the major components of Catalyst, and how you can use this knowledge when writing applications under Catalyst. +=back + =head1 SUPPORT IRC: diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 49f934e..c5aed3c 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -46,7 +46,7 @@ Normally you enable the debugging info by adding the C<-Debug> flag to your C statement. However, you can also enable it using environment variable, so you can (for example) get debug info without modifying your application scripts. Just set C or -CMYAPPE_DEBUG> to a true value. +CMYAPPE_DEBUG> to a true value. =head2 File uploads diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index ae1c24c..5a32fc8 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -107,9 +107,7 @@ Create the DBIC ``Result Source'' Files Use Catalyst::Model::DBIC::Schema to Load the Model Class -=back - -=item * + =item * CREATE A CATALYST CONTROLLER