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=8c4b7d43d334697ece9d5cbe29bee368d989a752;hp=f31b41c2f368b451fc7d6f2f4c79bad68141913c;hb=6f660c96dfb8eea0b0790d635d8e2afa7fa42947;hpb=7dae18130c043bcdc2116dde364e545c89963368 diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index f31b41c..8c4b7d4 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -70,7 +70,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 -CMYAPPE_DEBUG> to a true value. +C<< _DEBUG >> to a true value. =head2 Sessions @@ -156,17 +156,17 @@ reference. =head3 More information -L +L -L +L -L +L -L +L -L +L -L +L =head2 Configure your application @@ -180,7 +180,7 @@ L is a method for creating flexible and readable configuration files. It's a great way to keep your Catalyst application configuration in one easy-to-understand location. -Now create C in your application home: +Now create F in your application home: name MyApp @@ -962,11 +962,11 @@ elements in your site that you want to keep in one file. Further Reading: -L +L -L +L -L +L