From: Karen Etheridge Date: Thu, 21 May 2015 01:37:15 +0000 (-0700) Subject: fix typo in example X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=10644b25d6e624fb8c9ba0ff7ddafd8e887dd608 fix typo in example --- diff --git a/Changes b/Changes index 99fb745..9d0b787 100644 --- 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 diff --git a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod index d910d8f..c0b1233 100644 --- a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod +++ b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod @@ -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.