From: Kennedy Clark Date: Wed, 28 Jun 2006 19:35:03 +0000 (+0000) Subject: Misc fixes X-Git-Tag: 5.7099_04~451 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=315ba149280cc053e481e8beb4cd12e8ca2baeae Misc fixes --- diff --git a/lib/Catalyst/Manual/Installation/CentOS4.pod b/lib/Catalyst/Manual/Installation/CentOS4.pod index aa76d74..9a20210 100644 --- a/lib/Catalyst/Manual/Installation/CentOS4.pod +++ b/lib/Catalyst/Manual/Installation/CentOS4.pod @@ -167,7 +167,7 @@ Type the following: cpan shell -- CPAN exploration and modules installation (v1.7601) ReadLine support available (try 'install Bundle::CPAN') - + cpan> force install Module::Build ... @@ -185,7 +185,9 @@ Type C to open the installer script, then insert the following lines at the bottom of the file (after the C line): + install('ExtUtils::ParseXS'); install('Digest::SHA1'); + install('Digest::SHA'); install('Class::DBI'); install('DBIx::Class'); install('DBIx::Class::HTMLWidget'); @@ -199,9 +201,12 @@ C line): install('Catalyst::Plugin::DefaultEnd'); install('Catalyst::Plugin::StackTrace'); install('Catalyst::Plugin::Dumper'); + install('Catalyst::Plugin::HTML::Widget'); install('Catalyst::Model::DBIC::Schema'); install('Catalyst::View::TT'); install('Test::WWW::Mechanize::Catalyst'); + install('Test::Pod'); + install('Test::Pod::Coverage'); =item * @@ -221,6 +226,3 @@ Please report any errors, issues or suggestions to the author. Copyright 2006, Kennedy Clark, under Creative Commons License (L). - -Version: .01 -