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.