Source: libhtml-template-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libipc-sharedcache-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/HTML-Template/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-template-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-template-perl/

Package: libhtml-template-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Suggests: libipc-sharedcache-perl
Description: module for using HTML Templates with Perl
 HTML::Template attempts make using HTML templates simple and natural.  It
 extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
 <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>.  The file
 written with HTML and these new tags is called a template.  It is
 usually saved separate from your script - possibly even created by
 someone else!  Using this module you fill in the values for the
 variables, loops and branches declared in the template.  This allows
 you to separate design - the HTML - from the data, which you generate
 in the Perl script.
 .
 This module allows you to store its cache in shared memory using the
 IPC::SharedCache module, please install libipc-sharedcache-perl if you
 want to make use of this.
