moving the Tutorial.pod to the new location, as well
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Installation.pod
index 565b76c..6fc70d9 100644 (file)
@@ -96,9 +96,10 @@ variety of other installation techniques:
 CPAN
 
 The traditional way to install Catalyst is directly from CPAN using the
-C<Task::Catalyst> bundle:
+C<Task::Catalyst> bundle and C<Catalyst::Devel>:
 
        $ perl -MCPAN -e 'install Task::Catalyst'
+       $ perl -MCPAN -e 'install Catalyst::Devel'
 
 Unless you have a particularly complete set of Perl modules already
 installed, be prepared for a large number of nested dependencies.