Typos fixes to Manual/Component as well as adding Component to Manual.pod.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual.pod
index f95b8aa..8e01396 100644 (file)
@@ -11,28 +11,29 @@ from your SQL database.
 
 =head1 SECTIONS
 
-=over 4
+=head2 L<DBIx::Class::Manual::Intro>
 
-=item L<DBIx::Class::Manual::Intro>
+Beginner guide to using DBIx::Class. 
 
-A beginner's introduction to using the native DBIx::Class interface
-
-=item L<DBIx::Class::Manual::Cookbook>
+=head2 L<DBIx::Class::Manual::Cookbook>
 
 Convenient reciepes for DBIC usage.
 
-=item L<DBIx::Class::Manual::FAQ>
+=head2 L<DBIx::Class::Manual::FAQ>
 
 Frequently asked questions about DBIC.
 
-=item L<DBIx::Class::Manual::Troubleshooting>
+=head2 L<DBIx::Class::Manual::Troubleshooting>
 
 Got trouble? Let us shoot it for you.
 
-=back
-
 If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
 documentation. It should behave the same way.
 
+=head2 L<DBIx::Class::Manual::Component>
+
+Listing of existing components, and documentation and example on how to 
+develop new ones.
+
 =cut