libmojolicious-plugin-templatetoolkit-perl 0.006-2 source package in Ubuntu

Changelog

libmojolicious-plugin-templatetoolkit-perl (0.006-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Fri, 24 Feb 2023 22:28:57 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmojolicious-plugin-templatetoolkit-perl_0.006-2.dsc 2.8 KiB 524fbe1773ee4ab18226e443c1de5f8c9b25286edd39e891fa2475badebd0323
libmojolicious-plugin-templatetoolkit-perl_0.006.orig.tar.gz 17.1 KiB 741a05026b5302bb6b29cf88dca2020b7aefd2234781610ba5935aa8f09734a6
libmojolicious-plugin-templatetoolkit-perl_0.006-2.debian.tar.xz 4.9 KiB 1bbcc6e4ada0bd923d2cc3dffd0f3ef89f2642126f5b844286f4bfaa18c739fd

No changes file available.

Binary packages built by this source

libmojolicious-plugin-templatetoolkit-perl: Template Toolkit renderer plugin for Mojolicious

 Mojolicious::Plugin::TemplateToolkit is a renderer for tt2 or Template
 Toolkit templates. See Template and Template::Manual for details on the
 Template Toolkit format, and Mojolicious::Guides::Rendering for general
 information on rendering in Mojolicious.
 .
 Along with template files, inline and data section templates can be rendered
 in the standard Mojolicious fashion. Template files and data sections will be
 retrieved using Mojolicious::Renderer via Template::Provider::Mojo for both
 direct rendering and directives such as INCLUDE. This means that instead of
 specifying INCLUDE_PATH|Template::Manual::Config/"INCLUDE_PATH", you should
 set Mojolicious::Renderer/"paths" to the appropriate paths.
 .
  $app->renderer->paths(['/path/to/templates']);
 .
  push @{$app->renderer->paths}, '/path/to/more/templates';