X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FBasicCRUD.pod;h=15f108c93d9d7dc7c12193cb9cf75abe181dd263;hp=80524eded487146e61470ed0b056a26d7f9aeb2f;hb=7c6892d94938b07b1ec201e2aef9695d2d35d3c5;hpb=fadc4ae70500b61fe5ca66a39844671cdf01e9a2 diff --git a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod index 80524ed..15f108c 100644 --- a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod @@ -952,7 +952,7 @@ C. If you are following along in Ubuntu 8.10, you will need to upgrade your version of L -to 0.22 or higher. To do this, we can install directly from CPAN: +to 0.23 or higher. To do this, we can install directly from CPAN: $ cpan Catalyst::Model::DBIC::Schema @@ -960,14 +960,14 @@ Then make sure you are running an appropriate version: $ perl -MCatalyst::Model::DBIC::Schema -e \ 'print "$Catalyst::Model::DBIC::Schema::VERSION\n"' - 0.22 + 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