[Catalyst-commits] r9455 - Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial

hkclark at dev.catalyst.perl.org hkclark at dev.catalyst.perl.org
Sat Mar 7 21:32:37 GMT 2009


Author: hkclark
Date: 2009-03-07 21:32:37 +0000 (Sat, 07 Mar 2009)
New Revision: 9455

Modified:
   Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod
Log:
Oops, missing a couple C::M::DBIC::Schema version references

Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod	2009-03-07 21:31:14 UTC (rev 9454)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod	2009-03-07 21:32:37 UTC (rev 9455)
@@ -962,12 +962,12 @@
         '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<Note:> 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<apt-get> 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 




More information about the Catalyst-commits mailing list