From: Kennedy Clark Date: Sun, 15 Nov 2009 00:10:51 +0000 (+0000) Subject: Update version numbers to match current versions in debian and add package that now... X-Git-Tag: v5.8005~89 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=f34d7f6289f4ed36661ed89ea22357063f78fd6c Update version numbers to match current versions in debian and add package that now has to be manually installed (libconfig-general-perl) --- diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index 4147f77..f8be880 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -203,11 +203,11 @@ Catalyst v5.80013 =item * -Catalyst::Devel v1.15 +Catalyst::Devel v1.21 =item * -DBIx::Class v0.08108 +DBIx::Class v0.08112 =item * @@ -226,7 +226,7 @@ use. This tutorial has been tested against the following set of plugins: =item * -Catalyst::Plugin::Authentication -- v0.10011 +Catalyst::Plugin::Authentication -- v0.10015 =item * @@ -234,27 +234,27 @@ Catalyst::Plugin::Authorization::Roles -- v0.07 =item * -Catalyst::Plugin::ConfigLoader -- v0.23 +Catalyst::Plugin::ConfigLoader -- v0.27 =item * -Catalyst::Plugin::Session -- v0.22 +Catalyst::Plugin::Session -- v0.29 =item * -Catalyst::Plugin::Session::State::Cookie -- v0.11 +Catalyst::Plugin::Session::State::Cookie -- v0.17 =item * -Catalyst::Plugin::Session::Store::FastMmap -- v0.10 +Catalyst::Plugin::Session::Store::FastMmap -- v0.13 =item * -Catalyst::Plugin::StackTrace -- v0.10 +Catalyst::Plugin::StackTrace -- v0.11 =item * -Catalyst::Plugin::Static::Simple -- v0.21 +Catalyst::Plugin::Static::Simple -- v0.25 =back @@ -402,7 +402,7 @@ Install Catalyst: sudo aptitude -y install sqlite3 libdbd-sqlite3-perl libcatalyst-perl \ libcatalyst-modules-perl libdbix-class-timestamp-perl \ libdbix-class-encodedcolumn-perl libperl6-junction-perl \ - libdatetime-format-sqlite-perl + libdatetime-format-sqlite-perl libconfig-general-perl Let it install (normally about a 30 to 90-second operaton) and you are done. (Note the '\' above. Depending on your environment, you might diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index 27f1dcd..06e4986 100644 --- a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod @@ -193,8 +193,8 @@ previous step): [debug] Statistics enabled [debug] Loaded plugins: .----------------------------------------------------------------------------. - | Catalyst::Plugin::ConfigLoader 0.23 | - | Catalyst::Plugin::Static::Simple 0.21 | + | Catalyst::Plugin::ConfigLoader 0.27 | + | Catalyst::Plugin::Static::Simple 0.25 | '----------------------------------------------------------------------------' [debug] Loaded dispatcher "Catalyst::Dispatcher"