X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=4b97984813e187d9bccb15b4614cd632ff8b33f8;hp=fac0d9c89fa271994e2969891eed7296f012dcd9;hb=3e0088532bc9c47570f8564c95864684412529b9;hpb=eaeeb5e62434ac986f5538adc3a85dd033192f1a diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index fac0d9c..4b97984 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -229,7 +229,7 @@ Don't let these variations confuse you -- they all accomplish the same result. This tells Catalyst to start using one additional plugin, -L, to add a +L, to add a stack trace to the standard Catalyst "debug screen" (the screen Catalyst sends to your browser when an error occurs). Be aware that L output appears in your @@ -720,7 +720,7 @@ framework, a technique that we see in Chapter 4). =head2 Make Sure You Have a Recent Version of the DBIx::Class Model First, let's be sure we have a recent version of the DBIC helper, -L, so +L, so that we can take advantage of some recent enhancements in how foreign keys are handled with SQLite. To check your version, run this command: @@ -738,7 +738,7 @@ higher (shown above as "0.4" with the tailing zero removed). If you have less than v0.39, you will need to run this command to install it directly from CPAN: - $ sudo cpan Catalyst::Model::DBIC::Schema + $ cpan -i Catalyst::Model::DBIC::Schema And re-run the version print command to verify that you are now at 0.39 or higher. @@ -751,6 +751,8 @@ please be sure that you use version C<1.27> of L or later: Upgrade if you are not at version C<1.27> or higher. +Also, remember to put a line requiring the version of the module +you just installed into your Makefile.PL =head2 Create Static DBIx::Class Schema Files