Subject: | clarification of documentation for Catalyst::Manual::Intro |
[code]
Install
Installation of Catalyst should be straightforward:
# perl -MCPAN -e 'install Catalyst::Runtime'
# perl -MCPAN -e 'install Catalyst::Devel'
+++ # perl -MCPAN -e 'install Catalyst::View::TT'
[/code]
Because of tutorial examples refer to TemplateToolkit. New user will
need this module to be installed.
This change will keep user from useless googling while studing.