X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F09_AdvancedCRUD%2F09_FormFu.pod;h=c0b1233502cd9be0d891e62c16179ab93f20d6af;hb=10644b25d6e624fb8c9ba0ff7ddafd8e887dd608;hp=e7dfaa95be5ed815b2d78f241f868e91956dd5b6;hpb=89a65964372b6505f4ddf16080dbdbb2f6de1363;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod index e7dfaa9..c0b1233 100644 --- a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod +++ b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod @@ -63,9 +63,9 @@ and restore data to/from the database. See L for additional form management options other than L. -Source code for the tutorial in included in the F directory -of the Tutorial Virtual machine (one subdirectory per chapter). There -are also instructions for downloading the code in +Source code for the tutorial in included in the F +directory of the Tutorial Virtual machine (one subdirectory per +chapter). There are also instructions for downloading the code in L. @@ -92,7 +92,7 @@ Don't forget to add: requires 'HTML::FormFu'; requires 'Catalyst::Controller::HTML::FormFu'; - requires 'requires 'HTML::FormFu::Model::DBIC';'; + requires 'requires 'HTML::FormFu::Model::DBIC'; to your C.