X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=8c46a14ec363ca565cdb1de318ba3f6297af5838;hp=6f966bb4b6165dda309fa96460f5705a4c13e5ba;hb=a75d00fb83c6c47d6532ab974d7bd7fd54010362;hpb=7c098817cf6a2d6cafe67d322fc306406dc1bd35 diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 6f966bb..8c46a14 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -243,7 +243,7 @@ this. This is extensively covered in other documentation; see in particular L and the Authentication chapter -of the Tutorial at L. +of the Tutorial at L. =head2 Pass-through login (and other actions) @@ -997,7 +997,7 @@ Then you need a template. Here's the one from Agave: =head3 Using XML::Feed -A more robust solution is to use XML::Feed, as was done in the Catalyst +A more robust solution is to use L, as was done in the Catalyst Advent Calendar. Assuming we have a C action that populates 'entries' with some DBIx::Class iterator, the code would look something like this: @@ -1129,7 +1129,7 @@ decides which URLs they map to. =head3 Type attributes Each action is a normal method in your controller, except that it has an -L +L attached. These can be one of several types. Assume our Controller module starts with the following package declaration: