Subject: | Catalyst::Manual::Tutorial::02_CatalystBasics typos |
Perhaps I shouldn't bother you with these, they are minor typos:
1. For the thing that generates the content of that view (such as a
Toolkit Template template file), the actual templates go under the
"root" directory.
Should be:
... Template Toolkit template file ...
2. The final "TT" tells Catalyst the type of the view, with "TT"
indicating that you want to a Template Toolkit view.
You may want it to be:
... indicating you want it to be a ...
Thank you for the excellent documentation!