libcatalyst-view-tt-perl 0.46-1 source package in Ubuntu
Changelog
libcatalyst-view-tt-perl (0.46-1) unstable; urgency=medium [ Debian Janitor ] * Update standards version to 4.6.0, no changes needed. [ gregor herrmann ] * Import upstream version 0.46. * Update years of upstream and packaging copyright. * Update test dependencies. * Declare compliance with Debian Policy 4.6.1. -- gregor herrmann <email address hidden> Sat, 06 Aug 2022 19:16:41 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | perl | |
Lunar | release | universe | perl | |
Kinetic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcatalyst-view-tt-perl_0.46-1.dsc | 2.7 KiB | 105246a58878a8800ffa9f88ef8c025d767a5bc98bb068a8a022d16c882e46bf |
libcatalyst-view-tt-perl_0.46.orig.tar.gz | 32.7 KiB | eda4457dbbf81a4241b735a5d469d9727d8a3091d24af1ae3c9a20f024de51cc |
libcatalyst-view-tt-perl_0.46-1.debian.tar.xz | 4.2 KiB | ead8731ba0a0846835af8af8ac6803ddf4eccbf525ebdd84caef8802f36ae9e1 |
Available diffs
- diff from 0.45-1 to 0.46-1 (4.3 KiB)
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.