libhtml-template-perl 2.97-1.1 source package in Ubuntu

Changelog

libhtml-template-perl (2.97-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Wed, 23 Dec 2020 18:26:35 +0100

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 Pocket Published Component Section
Jammy release main perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-template-perl_2.97-1.1.dsc 2.1 KiB 25202ae9f08cc699c6bdeb1079beabe56b8e7b6a4b79a91f0ad81275dfb9dfa9
libhtml-template-perl_2.97.orig.tar.gz 86.2 KiB 6547af61f3aa85793f8616190938d677d7995fb3b720c16258040bc935e2129f
libhtml-template-perl_2.97-1.1.debian.tar.xz 3.9 KiB 710ab4664d3c8e305348480a16dca824793d13d926e83c582c525648d237cd44

Available diffs

No changes file available.

Binary packages built by this source

libhtml-template-perl: module for using HTML templates with Perl

 HTML::Template attempts to make using HTML templates simple and
 natural. It extends standard HTML with the pseudo tags <TMPL_VAR>,
 <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. These are used
 to implement some basic logic - variable substitution, loops,
 conditional branches - inside the HTML template, while leaving the more
 complex computations to separate Perl code. This keeps the template
 accessible for designers and other non-Perl people, without limiting
 the programmer.
 .
 HTML::Template optionally stores its cache in shared memory using the
 IPC::SharedCache module. Please install libipc-sharedcache-perl and
 pass the shared_cache option to HTML::Template if you want to make use
 of this.