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

Changelog

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


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Florian Schlichting ]
  * Correct and reword long description (closes: #635634).

  [ Fabrizio Regalli ]
  * Imported Upstream version 2.91
  * Update d/compat to 8
  * Update debhelper to (>= 8)
  * Add myself to Uploaders and Copyright
  * Bump Standards-Version to 3.9.3
  * Remove manpage_spelling_fixes.patch patch: code is now included
    in source
  * Update debian/copyright format as in Debian Policy 3.9.3
  * Remove comma between files name in d/copyright
  * Update copyright years
  * Add Michael Peters to copyright holders

 -- Fabrizio Regalli <email address hidden>  Wed, 04 Apr 2012 21:43:21 +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

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhtml-template-perl_2.91-1.dsc 2.1 KiB dd044402cd4ec33020b5292afc0b21649fcfac4c38343c2a18d3742dc57ff69c
libhtml-template-perl_2.91.orig.tar.gz 87.2 KiB 63766170447e8441939f30ba6e88d432328b006bae3a6bea2d1c6e53a879447f
libhtml-template-perl_2.91-1.debian.tar.gz 3.2 KiB 979a8c323bb9b3d499aea0662ec6e0bf0002c37e84b20dcbb7bac93e54f5065f

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.