File: control

package info (click to toggle)
libtext-template-perl 1.20-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 152 kB
  • ctags: 21
  • sloc: perl: 954; makefile: 46
file content (15 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libtext-template-perl
Section: interpreters
Priority: extra
Maintainer: Craig Sanders <cas@taz.net.au>
Standards-Version: 3.0.1

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.