X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=adc9f52cb113f0699620dd268c05e44f137bb646;hb=d672dfd761cc6afb88940788a6e84e201a77aa6c;hp=d5d9b6e61b67c2f66fe85faacddbcdc0ed313041;hpb=3ab6187c1a123983b6ae29e57f543328ce15755c;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index d5d9b6e..adc9f52 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -204,6 +204,10 @@ Catalyst::Devel v1.10 DBIx::Class v0.08102 +=item * + +Template Toolkit v2.20 + =item * Catalyst Plugins @@ -387,10 +391,13 @@ Install Catalyst: sudo aptitude -y install sqlite3 libdbd-sqlite3-perl libcatalyst-perl \ libcatalyst-modules-perl libconfig-general-perl libsql-translator-perl \ libdatetime-perl libdatetime-format-mysql-perl libio-all-perl \ - libperl6-junction-perl libmoosex-emulate-class-accessor-fast-perl + libperl6-junction-perl libmoosex-emulate-class-accessor-fast-perl \ + libdbix-class-timestamp-perl -Let it install (normally about a 30-second operaton) and you are -done. +Let it install (normally about a 30-second operaton) and you are done. +(Note the '\' above. Depending on your environment, you might be able +to cut and paste the text as shown or need to remove the '\' +characters to that the command is all on a single line.) If you are using an image other than the "rescue" ISO, you will also need to run the following command to install additional packages: @@ -598,7 +605,7 @@ B You can run the test cases for the final code through Chapter 8 with the following commands: sudo cpan Catalyst::Model::DBIC::Schema Time::Warp DBICx::TestDatabase \ - DBIx::Class::DynamicDefault DBIx::Class::TimeStamp DBIx::Class::EncodedColumn + DBIx::Class::DynamicDefault DBIx::Class::EncodedColumn wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Chapter8.tgz tar zxvf MyApp_Chapter8.tgz cd MyApp @@ -636,7 +643,7 @@ Kennedy Clark, C Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at -L. +L. Copyright 2006-2008, Kennedy Clark, under Creative Commons License (L).