Update packages required
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index 847b218..340a568 100644 (file)
@@ -244,12 +244,10 @@ Add the following line to the bottom of this file:
 Install Catalyst and related libraries:
 
     sudo aptitude update
-    sudo aptitude -y install sqlite3 libdbd-sqlite3-perl libcatalyst-perl \
-        libcatalyst-modules-perl libdbix-class-timestamp-perl \
-        libdatetime-format-sqlite-perl libconfig-general-perl \
-        libhtml-formfu-model-dbic-perl libterm-readline-perl-perl \
-        libdbix-class-encodedcolumn-perl libperl6-junction-perl \
-        libtest-pod-perl
+    sudo aptitude -y install libcatalyst-perl libdatetime-format-sqlite-perl \
+        libdbix-class-encodedcolumn-perl sqlite3 libcatalyst-modules-perl \
+        libperl6-junction-perl libcatalyst-modules-extra-perl \
+        libdbix-class-timestamp-perl
     sudo aptitude clean
 
 =item 8
@@ -503,16 +501,14 @@ command-line environment.
 Install Catalyst:
 
     sudo aptitude update
-    sudo aptitude -y install sqlite3 libdbd-sqlite3-perl libcatalyst-perl \
-        libcatalyst-modules-perl libdbix-class-timestamp-perl \
-        libdatetime-format-sqlite-perl libconfig-general-perl \
-        libhtml-formfu-model-dbic-perl libterm-readline-perl-perl \
-        libdbix-class-encodedcolumn-perl libperl6-junction-perl \
-        libtest-pod-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 
-be able to cut and paste the text as shown or need to remove the '\' 
+    sudo aptitude -y install libcatalyst-perl libdatetime-format-sqlite-perl \
+        libdbix-class-encodedcolumn-perl sqlite3 libcatalyst-modules-perl \
+        libperl6-junction-perl libcatalyst-modules-extra-perl \
+        libdbix-class-timestamp-perl
+
+Let it install (normally about a 30 to 90-second operation) 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