Update version number required for Catalyst::Model::DBIC::Schema to avoid warnings
Kennedy Clark [Sat, 7 Mar 2009 21:31:14 +0000 (21:31 +0000)]
lib/Catalyst/Manual/Tutorial/BasicCRUD.pod

index 80524ed..ac5261d 100644 (file)
@@ -952,7 +952,7 @@ C<load_namespaces>.
 If you are following along in Ubuntu 8.10, you will need to
 upgrade your version of 
 L<Catalyst::Model::DBIC::Schema|Catalyst::Model::DBIC::Schema>
-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.