Setting up the Catalyst app
- We want TT templates, so we need a View that can render them
$ perl script/kitiwiki_create.pl view TT TT
- Creates lib/KitiWiki/View/TT.pm
- tells Catalyst that $c->stash->{template} is a TT template to render
| Catalyst | Introducing Catalyst | #19 |
$ perl script/kitiwiki_create.pl view TT TT
| "" |