File: control

package info (click to toggle)
libapache-ssi-perl 2.19-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 292 kB
  • ctags: 65
  • sloc: perl: 842; makefile: 31
file content (18 lines) | stat: -rw-r--r-- 800 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libapache-ssi-perl
Maintainer: Víctor Pérez Pereira <vperez@debianvenezuela.org>
Section: perl
Priority: extra
Standards-Version: 3.6.2
Build-Depends-Indep: debhelper (>> 4.1), perl (>> 5.6.1), libmodule-build-perl

Package: libapache-ssi-perl
Architecture: all
Depends: ${perl:Depends}, libapache-mod-perl, libhtml-simpleparse-perl
Description: Implement Apache Server Side Includes in Perl
 Apache::SSI implements the functionality of mod_include for handling
 server-parsed HTML documents.  It is meant to run under Apache's mod_perl.
 .
 In my mind, there are two main reasons one might want to use this module:
 you can sub-class it to implement your own custom SSI directives, and/or you
 can use an OutputChain to get the SSI output first, then send it through
 another PerlHandler.