请教 关于catalyst 的安装

请教 关于catalyst 的安装

请教 关于catalyst 的安装
请问各位高人 catalyst 的安装有什么好方法
我用
perl -MCPAN -e "install Catalyst"
可是总有很多模块安装失败。

另外用catalyst开发完的工程,向运行在apache+mod_perl下,请问应如何配置。谢谢了。

跪求答案
http://search.cpan.org/~.
http://search.cpan.org/~mramberg/Catalyst-Runtime-5.7006/lib/Catalyst/Manual/Installation.pod

# Matt Trout's cat-install script

Available at http://www.shadowcatsystems.co.uk/static/cat-install, cat-install can be a quick and painless way to get Catalyst up and running on your system. Just download the script from the link above and type perl cat-install. This script automates the process of installing Catalyst itself and its dependencies, with bits of overriding so that the process does not require user interaction. cat-install installs Catalyst and its dependencies using the CPAN module, so that modules are installed the same way you would probably install them normally--it just makes it easier. This is a recommended solution for installation.
# Chris Laco's CatInABox

CatInABox is a complete version of Catalyst that is installed locally on your system, so that you don't need to go through the effort of doing a full install. Simply download the tarball from http://handelframework.com/downloads/CatInABox.tar.gz and unpack it on your machine. Depending on your OS platform, either run start.bat or start.sh to set your bin/PERLLIB paths. This tarball contains everything needed to try out Catalyst including Catalyst itself, Template Toolkit, several Authentication modules, StackTrace, and a few other plugins.

A special Win32 version is available upon request that contains many more plugins and pre-compiled modules, including DBIx::Class, DBI, SQLite, and Session support. If you are interested in this version, please send e-mail to claco@chrislaco.com.