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=f1cb7fde2f9c307ff16b49a0703edfa21ae7f915;hp=488bb99cae6104a005f5b2122b1a0c2dd2cc6fb1;hb=5641c0c198551b9f4524b9f0ad1fdefb4e3fe5ec;hpb=46a5f2f5cf41f746d2a20ce0b64b6112f5283ac3 diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 488bb99..f1cb7fd 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -65,7 +65,7 @@ Normally you enable the debugging info by adding the C<-Debug> flag to your C statement . However, you can also enable it using environment variable, so you can (for example) get debug info without modifying your application scripts. Just set C or -CMYAPP_DEBUG> to a true value. +CMYAPPE_DEBUG> to a true value. =head2 Sessions @@ -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) @@ -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: