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=9ae863085dc4bfb5e0efd6fe3ff2ce8dfd2f74c0;hp=2bd68deff05fd637fcb0a9584e23385d7c3641cb;hb=513ae34af19a0b2d71231427093837631b06b5c3;hpb=a19ac5d7df63ee6755bed14ea637e00a3e40994b diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 2bd68de..9ae8630 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: