From: Kennedy Clark Date: Sat, 7 Mar 2009 21:32:37 +0000 (+0000) Subject: Oops, missing a couple C::M::DBIC::Schema version references X-Git-Tag: v5.8005~187 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=7c6892d94938b07b1ec201e2aef9695d2d35d3c5;hp=c16b23ababd7cc92688183b0c72480966a7876b4 Oops, missing a couple C::M::DBIC::Schema version references --- diff --git a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod index ac5261d..15f108c 100644 --- a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod @@ -962,12 +962,12 @@ Then make sure you are running an appropriate version: 'print "$Catalyst::Model::DBIC::Schema::VERSION\n"' 0.23 -Make sure you get version 0.22 or higher. +Make sure you get version 0.23 or higher. B Ubuntu will automatically "do the right thing" and use the module we installed from CPAN and ignore the older version we picked up via the C command. If you are using a different -environment, you will need to make sure you are using v0.22 or higher +environment, you will need to make sure you are using v0.23 or higher with the command above. While we are at it, let's install a few other modules from CPAN for