Paketname | libcatalyst-view-tt-perl |
Beschreibung | Template View Class for Catalyst |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.30-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | perl, libcatalyst-perl, libtemplate-perl, libtemplate-timer-perl, libtemplate-provider-encoding-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 28622 Byte |
Prüfsumme MD5 | f16602c50179b176c49572d87a9033ce |
Prüfsumme SHA1 | 815d28962287aa463256bb944f8a54983d8ea75b |
Prüfsumme SHA256 | b25eb7af45fdbf59c2beee5c18780ffedb52a228c1a6900b195388a8aee02be8 |
Link zum Herunterladen | libcatalyst-view-tt-perl_0.30-1_all.deb |
Ausführliche Beschreibung | Catalyst::View::TT 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 $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.
|