| Paketname | libcatalyst-view-tt-perl | 
| Beschreibung | Template View Class for Catalyst | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.34-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 120 Byte | 
| Hängt ab von | perl, libcatalyst-perl, libtemplate-perl, libtemplate-timer-perl, libtemplate-provider-encoding-perl | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 30882 Byte | 
| Prüfsumme MD5 | c6fd0b4f837ef556bfe93b290dc7183d | 
| Prüfsumme SHA1 | 2ead494be2dede738c886e06efa52f34af91bd9d | 
| Prüfsumme SHA256 | a03ef87134445f26f86a26067952488ad354facf2c4ad72c2c06ab74bb6a1647 | 
| Link zum Herunterladen | libcatalyst-view-tt-perl_0.34-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. |