Fix a Pod typo and add explicit install of Digest::SHA1.
Matt S Trout [Thu, 8 Jun 2006 14:38:09 +0000 (14:38 +0000)]
r9182@cain (orig r4241):  hkclark | 2006-05-29 19:44:15 +0000

lib/Catalyst/Manual/Installation/CentOS4.pod

index 2b90186..aa76d74 100644 (file)
@@ -150,7 +150,7 @@ Type C<yum -y update> to retrieve the latest patches.
 
 =item * 
 
-Type <yum -y install gcc expat-devel sqlite3> to install several
+Type C<yum -y install gcc expat-devel sqlite3> to install several
 packages used by Catalyst.
 
 =item * 
@@ -185,6 +185,7 @@ Type C<vi cat-install> to open the installer script, then insert the
 following lines at the bottom of the file (after the
 C<install('Catalyst');> line):
 
+    install('Digest::SHA1');
     install('Class::DBI');
     install('DBIx::Class');
     install('DBIx::Class::HTMLWidget');