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;fp=lib%2FCatalyst%2FManual%2FTutorial%2FBasicCRUD.pod;h=ac5261dfbdd4d00f118c9607312dcb369285c241;hp=80524eded487146e61470ed0b056a26d7f9aeb2f;hb=c16b23ababd7cc92688183b0c72480966a7876b4;hpb=fadc4ae70500b61fe5ca66a39844671cdf01e9a2 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.