libhtml-template-perl 2.95-2 source package in Ubuntu
Changelog
libhtml-template-perl (2.95-2) unstable; urgency=medium * Team upload. [ gregor herrmann ] * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ gregor herrmann ] * Add debian/upstream/metadata. * Mark package as autopkgtest-able. * Declare compliance with Debian Policy 3.9.6. * Add (build) dependency on CGI.pm. (Closes: #789336) -- gregor herrmann <email address hidden> Sat, 20 Jun 2015 01:47:02 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhtml-template-perl_2.95-2.dsc | 2.3 KiB | 4e33843da67e52440ad5406382433c4051bc6924fee74898926c8f23657d30ae |
libhtml-template-perl_2.95.orig.tar.gz | 88.9 KiB | 78100adaea7a56ae65826220fcb0c18a188df25a27227f96175cf7169fbb501d |
libhtml-template-perl_2.95-2.debian.tar.xz | 3.7 KiB | 66d7ee0a3390fa6aa8e61b6838f897165a2d5d4b7f17f81b710c46db5d2b1d3b |
Available diffs
- diff from 2.95-1 to 2.95-2 (1.4 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.