libhtml-template-perl 2.94-1 source package in Ubuntu

Changelog

libhtml-template-perl (2.94-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Florian Schlichting ]
  * Import Upstream version 2.94
  * Bump Standards-Version to 3.9.4 (no change)
  * Add myself to Uploaders

 -- Florian Schlichting <email address hidden>  Thu, 22 Aug 2013 12:14:39 +0200

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 Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhtml-template-perl_2.94-1.dsc 2.1 KiB 549209fcc05bf50f4a3d5e7957aaa82b543451b0f2bcffe6d6867c0defd51aa5
libhtml-template-perl_2.94.orig.tar.gz 88.7 KiB 4e6e1615f7e186a6affdf70e16d2648d975d6419617874587a495e711cf5fa09
libhtml-template-perl_2.94-1.debian.tar.gz 3.3 KiB 95383576a16890d0f402a18465dfa17f98eedc333649c3186d7e34bd8a0795d1

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.