X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=40fc646ddfd9381b55230361c92b0777728f6150;hb=2a1309e65f1a25053712bccb3b4fb8e63d05f281;hp=1800657599c22cfa384df09b0a38e3e7dd7b5849;hpb=e8200f38d465b85ad84eb11718db1e61230ce73b;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 1800657..40fc646 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -747,6 +747,8 @@ F (part of L): --- XMLRPC RESULT --- '3' +=back + =head3 Tip Your return data type is usually auto-detected, but you can easily @@ -1293,7 +1295,7 @@ please put your actions into your Root controller. =head3 Flowchart A graphical flowchart of how the dispatcher works can be found on the wiki at -L. +L. =head2 DRY Controllers with Chained actions @@ -1848,7 +1850,7 @@ L L L L -L +L =head1 Testing