From: Matt S Trout Date: Thu, 8 Jun 2006 14:38:09 +0000 (+0000) Subject: Fix a Pod typo and add explicit install of Digest::SHA1. X-Git-Tag: 5.7099_04~533 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=97ed94664619ce0ee6ebe1457203449ca01abf0a Fix a Pod typo and add explicit install of Digest::SHA1. r9182@cain (orig r4241): hkclark | 2006-05-29 19:44:15 +0000 --- diff --git a/lib/Catalyst/Manual/Installation/CentOS4.pod b/lib/Catalyst/Manual/Installation/CentOS4.pod index 2b90186..aa76d74 100644 --- a/lib/Catalyst/Manual/Installation/CentOS4.pod +++ b/lib/Catalyst/Manual/Installation/CentOS4.pod @@ -150,7 +150,7 @@ Type C to retrieve the latest patches. =item * -Type to install several +Type C to install several packages used by Catalyst. =item * @@ -185,6 +185,7 @@ Type C to open the installer script, then insert the following lines at the bottom of the file (after the C line): + install('Digest::SHA1'); install('Class::DBI'); install('DBIx::Class'); install('DBIx::Class::HTMLWidget');