X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=2bd68deff05fd637fcb0a9584e23385d7c3641cb;hb=a19ac5d7df63ee6755bed14ea637e00a3e40994b;hp=488bb99cae6104a005f5b2122b1a0c2dd2cc6fb1;hpb=46a5f2f5cf41f746d2a20ce0b64b6112f5283ac3;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 488bb99..2bd68de 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 @@ -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: @@ -1339,13 +1339,13 @@ Imagine that you would like the following paths in your application: =over -=item B/track/> +=item B<< /cd//track/ >> Displays info on a particular track. In the case of a multi-volume CD, this is the track sequence. -=item B/volume//track/> +=item B<< /cd//volume//track/ >> Displays info on a track on a specific volume.