From: Tatsuhiko Miyagawa Date: Mon, 22 Mar 2010 11:07:22 +0000 (+0000) Subject: added cpanm :) X-Git-Tag: 5.80022~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ec0939b9f5a09cb4b1ae6986f0525376f02eaabe;hp=c5f31918de3c1816c5196ac54c85caac8fa63a71 added cpanm :) --- diff --git a/Makefile.PL b/Makefile.PL index 568ea2c..8babb50 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -101,7 +101,8 @@ print <<"EOF"; you also install the development tools package Catalyst::Devel. perl -MCPANPLUS -e 'install Catalyst::Devel' # or - perl -MCPAN -e 'install Catalyst::Devel' + perl -MCPAN -e 'install Catalyst::Devel' # or + cpanm Catalyst::Devel To get some commonly used plugins, as well as the TT view and DBIC model, install Task::Catalyst in the same way.