From: Kennedy Clark Date: Wed, 7 Oct 2009 09:11:19 +0000 (+0000) Subject: Minor fixes X-Git-Tag: v5.8005~97 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=7c098817cf6a2d6cafe67d322fc306406dc1bd35 Minor fixes --- diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 291e6dd..cbb21c2 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -109,6 +109,4 @@ the same terms as Perl itself. =cut -=cut - 1; diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 488bb99..6f966bb 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