| libcatalyst-view-tt-perl | Template View Class for Catalyst | Mehr ... | 
| This is the Catalyst view class for the Template Toolkit. Your application subclass should inherit from this class. This plugin renders the template
 specified in $c->stash->{template}, or failing that, $c->request->match. The
 template variables are set up from the contents of $c->stash, augmented with
 template variable base set to Catalyst's $c->req->base, template variable c to
 Catalyst's $c, and template variable name to Catalyst's $c->config->{name}.
 The output is stored in $c->response->output.
 |