added cpanm :)
Tatsuhiko Miyagawa [Mon, 22 Mar 2010 11:07:22 +0000 (11:07 +0000)]
Makefile.PL

index 568ea2c..8babb50 100644 (file)
@@ -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.