libcatalyst-view-tt-perl 0.37-1 source package in Ubuntu
Changelog
libcatalyst-view-tt-perl (0.37-1) unstable; urgency=low * New upstream release * Refresh copyright information * Standards-Version 3.9.2 (no changes) * Bump to debhelper 8 -- Jonathan Yu <email address hidden> Sun, 17 Jul 2011 15:51:08 -0400
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcatalyst-view-tt-perl_0.37-1.dsc | 2.2 KiB | 14e40f10ada9c706eb034f5b169154f050cd3db14a2dff7377728d5b9ee057d7 |
libcatalyst-view-tt-perl_0.37.orig.tar.gz | 42.2 KiB | 1fefae3dc6cfb127205b6332719c87dd51197c5fde82635dad74a90b67267b03 |
libcatalyst-view-tt-perl_0.37-1.debian.tar.gz | 3.2 KiB | 334a1b0b59c9c5397d0b0f68a69721f28fbce0f05e35f32014e1bff34eabbfca |
No changes file available.
Binary packages built by this source
- libcatalyst-view-tt-perl: Template View Class for Catalyst
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.