Perl と cpanm がインストールされて入れば、Catalystをインストールするには cpanm Ctalyst::Devl を実行するだけでOK。
$ cpanm Catalyst::Devel ! ! Can't write to /usr/lib/perl5/site_perl/5.8.8 and /usr/bin: Installing modules to /home/akanuma/perl5 ! To turn off this warning, you have to do one of the following: ! - run me as a root or with --sudo option (to install to /usr/lib/perl5/site_perl/5.8.8 and /usr/bin) ! - Configure local::lib your existing local::lib in this shell to set PERL_MM_OPT etc. ! - Install local::lib by running the following commands ! ! cpanm --local-lib=~/perl5 local::lib && eval 500 500perl -I ~/perl5/lib/perl5/ -Mlocal::lib) ! --> Working on Catalyst::Devel Fetching http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Devel-1.37.tar.gz ... OK Configuring Catalyst-Devel-1.37 ... OK ==> Found dependencies: Test::Fatal, Catalyst::Plugin::ConfigLoader, MooseX::Emulate::Class::Accessor::Fast, Starman, File::ChangeNotify, File::ShareDir, Config::General, Catalyst, MooseX::Daemonize, Moose, namespace::autoclean, Catalyst::Plugin::Static::Simple, Template, Module::Install, Catalyst::Action::RenderView, namespace::clean --> Working on Test::Fatal Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.010.tar.gz ... OK Configuring Test-Fatal-0.010 ... OK ==> Found dependencies: Try::Tiny ~~~ 以下略 ~~~