Minor fixes
Kennedy Clark [Wed, 7 Oct 2009 09:11:19 +0000 (09:11 +0000)]
lib/Catalyst/Manual.pm
lib/Catalyst/Manual/Cookbook.pod

index 291e6dd..cbb21c2 100644 (file)
@@ -109,6 +109,4 @@ the same terms as Perl itself.
 
 =cut
 
-=cut
-
 1;
index 488bb99..6f966bb 100644 (file)
@@ -65,7 +65,7 @@ Normally you enable the debugging info by adding the C<-Debug> flag to
 your C<use Catalyst> 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<CATALYST_DEBUG> or
-C<E<lt>MYAPP<gt>_DEBUG> to a true value.
+C<E<lt>MYAPPE<gt>_DEBUG> to a true value.
 
 =head2 Sessions