From: Kennedy Clark Date: Sat, 7 Mar 2009 21:31:14 +0000 (+0000) Subject: Update version number required for Catalyst::Model::DBIC::Schema to avoid warnings X-Git-Tag: v5.8005~188 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=c16b23ababd7cc92688183b0c72480966a7876b4 Update version number required for Catalyst::Model::DBIC::Schema to avoid warnings --- diff --git a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod index 80524ed..ac5261d 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,7 +960,7 @@ 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.