File: control

package info (click to toggle)
libapache-template-perl 0.09-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 116 kB
  • ctags: 52
  • sloc: perl: 391; makefile: 45
file content (18 lines) | stat: -rw-r--r-- 988 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libapache-template-perl
Section: perl
Priority: optional
Maintainer: Víctor Pérez Pereira <vperez@debianvenezuela.org>
Build-Depends: perl (>= 5.6.0-16), debhelper (>= 4.0.0), apache-dev, libtemplate-perl (>= 2.10), libapache-request-perl, libapache-mod-perl
Standards-Version: 3.6.2

Package: libapache-template-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, libtemplate-perl (>= 2.10), libapache-request-perl, libapache-mod-perl
Description: Apache/mod_perl interface to the Template Toolkit
 The Apache::Template module provides a simple interface to the
 Template Toolkit from Apache/mod_perl. The Template Toolkit is a
 fast, powerful and extensible template processing system written in
 Perl. It implements a general purpose template language which allows
 you to clearly separate application logic, data and presentation
 elements. It boasts numerous features to facilitate in the generation
 of web content both online and offline in "batch mode".