File: control

package info (click to toggle)
libtext-template-perl 1.42-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 232 kB
  • ctags: 27
  • sloc: perl: 1,289; makefile: 46
file content (16 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libtext-template-perl
Section: interpreters
Priority: extra
Maintainer: Scott M. Dier <sdier@debian.org>
Build-Depends: debhelper (>> 3.0.0), perl (>= 5.6.0-16)
Standards-Version: 3.5.2

Package: libtext-template-perl
Architecture: all
Depends: ${perl:Depends}
Description: Text::Template perl module
 This is a library for generating form letters, building HTML pages, or
 filling in templates generally.  A `template' is a piece of text that
 has little Perl programs embedded in it here and there.  When you `fill
 in' a template, you evaluate the little programs and replace them with
 their values.