From: Kennedy Clark Date: Sun, 15 Nov 2009 04:33:27 +0000 (+0000) Subject: Update version numbers and misc adjustments X-Git-Tag: v5.8005~88 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=a467a71409ca619746c5174d46a0366c957e2ac7 Update version numbers and misc adjustments --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 39db3e7..f0b3042 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -690,20 +690,20 @@ running this command: $ perl -MCatalyst::Model::DBIC::Schema -e \ 'print "$Catalyst::Model::DBIC::Schema::VERSION\n"' - 0.23 + 0.31 Please note the '\' above. Depending on your environment, you might be able to cut and paste the text as shown or need to remove the '\' character to that the command is all on a single line. -You should have version 0.23 or greater if you are following along +You should have version 0.31 or greater if you are following along with Debian 5. In other environments, you may need to run this command to install it directly from CPAN: $ sudo cpan Catalyst::Model::DBIC::Schema And re-run the version print command to verify that you are now at -0.23 or higher. +0.31 or higher. =head2 Create Static DBIx::Class Schema Files @@ -906,9 +906,9 @@ display something like: [debug] Statistics enabled [debug] Loaded plugins: .----------------------------------------------------------------------------. - | Catalyst::Plugin::ConfigLoader 0.22 | - | Catalyst::Plugin::StackTrace 0.09 | - | Catalyst::Plugin::Static::Simple 0.21 | + | Catalyst::Plugin::ConfigLoader 0.27 | + | Catalyst::Plugin::StackTrace 0.11 | + | Catalyst::Plugin::Static::Simple 0.25 | '----------------------------------------------------------------------------' [debug] Loaded dispatcher "Catalyst::Dispatcher" @@ -949,7 +949,7 @@ display something like: | /books/list | /books/list | '-------------------------------------+--------------------------------------' - [info] MyApp powered by Catalyst 5.80003 + [info] MyApp powered by Catalyst 5.80013 You can connect to your server at http://debian:3000 B Be sure you run the C