Corrected failing pod tests
Marcus Ramberg [Fri, 23 Jun 2006 06:11:12 +0000 (06:11 +0000)]
lib/Catalyst/Manual.pod
lib/Catalyst/Manual/Cookbook.pod
lib/Catalyst/Manual/Tutorial.pod

index ed07dcc..144de08 100644 (file)
@@ -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<Catalyst::Manual::About>
@@ -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:
index 49f934e..c5aed3c 100644 (file)
@@ -46,7 +46,7 @@ Normally you enable the debugging info by adding the C<-Debug> flag to
 your C<use Catalyst> 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<CATALYST_DEBUG> or
-C<E<LT>MYAPPE<GT>_DEBUG> to a true value.
+C<E<lt>MYAPPE<gt>_DEBUG> to a true value.
 
 =head2 File uploads
 
index ae1c24c..5a32fc8 100644 (file)
@@ -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