Template Toolkit is used in the tutorial, so install this too (RT#78646)
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Intro.pod
index 73800c1..60c4ad1 100644 (file)
@@ -181,6 +181,7 @@ 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'
 
 =head3 Setup
 
@@ -1363,7 +1364,7 @@ that can be extended as you develop your project. To write your own
 comprehensive test scripts, L<Test::WWW::Mechanize::Catalyst> is an
 invaluable tool.
 
-For more testing ideas, see L<Catalyst::Manual::Tutorial::Testing>.
+For more testing ideas, see L<Catalyst::Manual::Tutorial::08_Testing>.
 
 Have fun!