X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=6068c0d638f14c263e66989ba244c3deb00ad630;hp=d5d9b6e61b67c2f66fe85faacddbcdc0ed313041;hb=1ee1c3c3e4278312757de7aa2d71f92532bebfee;hpb=3ab6187c1a123983b6ae29e57f543328ce15755c diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index d5d9b6e..6068c0d 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: @@ -516,7 +523,7 @@ of the options to install Ubuntu on your drive. Matt Trout's C -Available at L, +Available at L, C can be a fairly painless way to get Catalyst up and running. Just download the script from the link above and type C. Depending on the speed of your Internet connection and @@ -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).