fix typo for cat-install script
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index d5d9b6e..6068c0d 100644 (file)
@@ -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<cat-install>
 
-Available at L<http://www.shadowcatsystems.co.uk/static/cat-install>, 
+Available at L<http://www.shadowcat.co.uk/static/cat-install>, 
 C<cat-install> can be a fairly painless way to get Catalyst up and 
 running.  Just download the script from the link above and type C<perl 
 cat-install>.  Depending on the speed of your Internet connection and 
@@ -598,7 +605,7 @@ B<NOTE:> 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<hkclark@gmail.com>
 
 Please report any errors, issues or suggestions to the author.  The
 most recent version of the Catalyst Tutorial can be found at
-L<http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/>.
+L<http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/>.
 
 Copyright 2006-2008, Kennedy Clark, under Creative Commons License
 (L<http://creativecommons.org/licenses/by-sa/3.0/us/>).