From: Matt S Trout Date: Thu, 8 Jun 2006 14:38:26 +0000 (+0000) Subject: Tut docs work X-Git-Tag: 5.7099_04~529 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c19d127ebfc41407188cbb614c47635b312aad7e Tut docs work r9736@cain (orig r4285): jester | 2006-06-05 03:03:00 +0000 --- diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 4531517..1626b1c 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -339,7 +339,6 @@ Edit C and update it as follows (everything below C is ConfigLoader Static::Simple - Dumper StackTrace DefaultEnd diff --git a/lib/Catalyst/Manual/Tutorial/Authorization.pod b/lib/Catalyst/Manual/Tutorial/Authorization.pod index 0babb83..d194e5e 100644 --- a/lib/Catalyst/Manual/Tutorial/Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/Authorization.pod @@ -80,7 +80,6 @@ Edit C and add C to the list: ConfigLoader Static::Simple - Dumper StackTrace DefaultEnd diff --git a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod index c7c752f..fb62a9d 100644 --- a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod @@ -292,7 +292,6 @@ Replace it with: ConfigLoader Static::Simple - Dumper StackTrace DefaultEnd /; @@ -303,28 +302,14 @@ This tells Catalyst to start using three new plugins: =item * -L - -Allows you to easily use L to dump variables -to the logs, for example: - - $c->log->dumper($myvar); - -When running your application under the development server, the logs -will be printed to your screen along with the other debug information -generated by the C<-Debug> flag. - -=item * - L Adds a stack trace to the standard Catalyst "debug screen" (this is the screen Catalyst sends to your browser when an error occurs). -Note: L output appears on the console -window where you issue the C