Logoj0ke.net Open Build Service > Projects > virtualization > perl-Text-Template > Meta
Sign Up | Log In

Meta Configuration of Package perl-Text-Template

 
1
<package name="perl-Text-Template" project="virtualization">
2
  <title>Text::Template - Expand Template Text with Embedded Perl</title>
3
  <description>This is a library for generating form letters, building HTML pages, or
4
filling in templates generally. A 'template' is a piece of text that
5
has small Perl programs embedded in it here and there. When you 'fill
6
in' a template, you evaluate the small programs and replace them with
7
their values.
8
9
You can store a template in a file outside your program. People can
10
modify the template without modifying the program. You can separate the
11
formatting details from the main code, and put the formatting parts of
12
the program into the template. That prevents code bloat and encourages
13
functional separation.
14
15
16
17
Authors:
18
--------
19
    Mark Jason Dominus &lt;mjd-perl-template+@plover.com&gt;</description>
20
  <person userid="hostmaster" role="bugowner"/>
21
  <person userid="hostmaster" role="maintainer"/>
22
  <build>
23
    <disable repository="Debian_Etch"/>
24
  </build>
25
</package>
26