<package>
<name>perl-html-template</name>
<short>Perl - HTML::Template</short>
<version>2.8.0</version>
<date>2018-01-28</date>
<system>eisfair-64</system>
<author>the eisfair team, team(at)eisfair(dot)org</author>
<status>stable</status>
<section>perl</section>
<require-package>base 2.8.1</require-package>
<require-package>perl 2.8.0</require-package>
<require-package>perl-cgi 2.8.0</require-package>
<description>
Internal Program Version: HTML::Template  2.97

This module attempts to make using HTML templates simple and natural. It
extends standard HTML with a few new HTML-esque tags.
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.

http://search.cpan.org/dist/HTML-Template
</description>
</package>