fix typo in example
Karen Etheridge [Thu, 21 May 2015 01:37:15 +0000 (18:37 -0700)]
Changes
lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod

diff --git a/Changes b/Changes
index 99fb745..9d0b787 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,7 @@ Revision history for Catalyst-Manual
 5.9009 - 2014-12-13
     - fixed a new error in the manual regarding "component" -> "components"
       (RT#99131, RT#100597, RT#100767)
+    - typo fix in 09_FormFu.pod (Jason McVeigh, RT#104585)
 
 5.9008 - 2014-07-26
     - misc small documentation tweaks (thanks Karen Etheridge, Matthew
index d910d8f..c0b1233 100644 (file)
@@ -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<Makefile.PL>.