[Catalyst-commits] r13062 - Catalyst-Runtime/5.80/trunk
miyagawa at dev.catalyst.perl.org
miyagawa at dev.catalyst.perl.org
Mon Mar 22 11:07:22 GMT 2010
Author: miyagawa
Date: 2010-03-22 11:07:22 +0000 (Mon, 22 Mar 2010)
New Revision: 13062
Modified:
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
added cpanm :)
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2010-03-22 10:40:52 UTC (rev 13061)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2010-03-22 11:07:22 UTC (rev 13062)
@@ -101,7 +101,8 @@
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.
More information about the Catalyst-commits
mailing list