libhtml-template-perl 2.95-1 source package in Ubuntu
Changelog
libhtml-template-perl (2.95-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann <email address hidden> Tue, 22 Oct 2013 19:21:34 +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 | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhtml-template-perl_2.95-1.dsc | 2.1 KiB | d9af5390aa4c1f4927fac5674f01b13c473cedeb9e1fb3bd70400e04cd9294f3 |
libhtml-template-perl_2.95.orig.tar.gz | 88.9 KiB | 78100adaea7a56ae65826220fcb0c18a188df25a27227f96175cf7169fbb501d |
libhtml-template-perl_2.95-1.debian.tar.gz | 3.4 KiB | 96762de14f873f0b5ad47640132e36a37b25ba851004c78d2675b8f979dcab4c |
Available diffs
- diff from 2.94-1 to 2.95-1 (2.0 KiB)
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.