From: Jess Robinson Date: Tue, 5 Aug 2008 20:12:10 +0000 (+0000) Subject: Fix some typos and point out about converting to .conf file formats in Auth part X-Git-Tag: v5.8005~264 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=79a529cc16c64fa115eddce5ca038e2f41545ac8;p=catagits%2FCatalyst-Manual.git Fix some typos and point out about converting to .conf file formats in Auth part --- diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 8bae716..2e7016f 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -205,7 +205,7 @@ classes created in Part 3. Note that we do not need to make any change to the C schema file. It simply tells DBIC to -load all of the result source files it finds in below the +load all of the result class files it finds in below the C directory, so it will automatically pick up our new table information. @@ -238,7 +238,7 @@ Look for the three new model objects in the startup debug output: '-------------------------------------------------------------------+----------' ... -Again, notice that your "result source" classes have been "re-loaded" +Again, notice that your "result class" classes have been "re-loaded" by Catalyst under C. @@ -293,10 +293,11 @@ L plugin. First, as noted in Part 3 of the tutorial, Catalyst has recently switched from a default config file format of YAML to -C (an apache-like format). In case you are using -a version of Catalyst earlier than v5.7014, delete the C -file and simply follow the directions below to create a new -C file. +C (an apache-like format). In case you are using a +version of Catalyst earlier than v5.7014, delete the C, or +convert it to .conf format using the TIP in +L; then simply follow the +directions below to create a new C file. Here, we need to load several parameters that tell L diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index 2c22731..09c1e71 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -110,7 +110,7 @@ C<-Debug> Flag Enables the Catalyst debug output you saw when we started the C