File: control

package info (click to toggle)
libcgi-fasttemplate-perl 1.09-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 100 kB
  • ctags: 29
  • sloc: perl: 281; makefile: 38
file content (15 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libcgi-fasttemplate-perl
Section: interpreters
Priority: extra
Maintainer: Eduardo Marcel Macan <macan@thecore.com.br>
Standards-Version: 2.5.0

Package: libcgi-fasttemplate-perl
Architecture: all
Depends: ${shlibs:Depends}
Description: perl module providing easy templates for cgi scripts
 This package provides a simple, but elegant and efficient way to
 add templates to your CGI scripts, so you can separate the logic
 (and code) from the HTML content of the pages you generate.
 Useful when the person(s) that design the pages are not the
 same who program the scripts.