X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FInstallation.pod;h=cb1343aa718b801b591b2c5ff3cf89af7049a2fe;hp=1d878a2f9ba94be04e0ef058875fbebf834aad94;hb=85d9fce671016c9040775c8b4458cf9c72ec2208;hpb=8641855930b874893d1a898a552799f999a2084a diff --git a/lib/Catalyst/Manual/Installation.pod b/lib/Catalyst/Manual/Installation.pod index 1d878a2..cb1343a 100644 --- a/lib/Catalyst/Manual/Installation.pod +++ b/lib/Catalyst/Manual/Installation.pod @@ -96,9 +96,10 @@ variety of other installation techniques: CPAN The traditional way to install Catalyst is directly from CPAN using the -C bundle: +C bundle and C: - $ perl -MCPAN -e 'install Task::Catalyst' + $ perl -MCPAN -e 'install Task::Catalyst' + $ perl -MCPAN -e 'install Catalyst::Devel' Unless you have a particularly complete set of Perl modules already installed, be prepared for a large number of nested dependencies. @@ -117,8 +118,8 @@ C. FreeBSD FreeBSD users can get up and running quickly by typing C, or C if C is installed on your system. +/usr/ports/www/p5-Catalyst-Devel && make install>, or C if C is installed on your system. =item * @@ -126,7 +127,7 @@ Windows ActivePerl Windows users can take advantage of the PPM tool that comes with ActivePerl to jumpstart their Catalyst environment. Directions are -available at L. +available at L. =item * @@ -134,7 +135,7 @@ Subversion Repository Catalyst uses Subversion for version control. To checkout the latest: - $ svn co http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst/ + $ svn co http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Runtime/ =back