rollback to use Catalyst qw/@plugins/
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / AdvancedCRUD.pod
index ad415a0..a357ecd 100644 (file)
@@ -57,7 +57,7 @@ L<Appendices|Catalyst::Manual::Tutorial::Appendices>
 =head1 DESCRIPTION
 
 This part of the tutorial explores more advanced functionality for
-Create, Read, Update, and Delete (CRUD) than we saw in Part 3.  In
+Create, Read, Update, and Delete (CRUD) than we saw in Part 4.  In
 particular, it looks at a number of techniques that can be useful for
 the Update portion of CRUD, such as automated form generation,
 validation of user-entered data, and automated transfer of data between
@@ -71,17 +71,19 @@ tools.  Select one or more options from the list below.
 
 =head1 ADVANCED CRUD OPTIONS
 
+=over 4
+
 =item *
 
 L<FormFu|Catalyst::Manual::Tutorial::AdvancedCRUD::FormFu>
 
 =item *
 
-L<FormFu|Catalyst::Manual::Tutorial::AdvancedCRUD::FormFu>
+L<FormBuilder|Catalyst::Manual::Tutorial::AdvancedCRUD::FormBuilder>
 
 =back
 
-B<NOTE>: Please contact the author if you would like to assist with 
+B<NOTE:> Please contact the author if you would like to assist with 
 writing a new module.
 
 
@@ -93,5 +95,5 @@ Please report any errors, issues or suggestions to the author.  The
 most recent version of the Catalyst Tutorial can be found at
 L<http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/>.
 
-Copyright 2006, Kennedy Clark, under Creative Commons License
+Copyright 2006-2008, Kennedy Clark, under Creative Commons License
 (L<http://creativecommons.org/licenses/by-nc-sa/2.5/>).