File: control

package info (click to toggle)
libapache-filter-perl 1.024-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 248 kB
  • ctags: 62
  • sloc: perl: 901; makefile: 32
file content (15 lines) | stat: -rw-r--r-- 643 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libapache-filter-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.8)

Package: libapache-filter-perl
Architecture: all
Depends: ${perl:Depends}, libapache-mod-perl
Description: Alter the output of previous Apache handlers
 It provides functionality similar to Apache::OutputChain, but with a nicer
 interface (filters are listed in forward order, not reverse, in httpd.conf;
 and you don't need to write two separate modules, one which chains and one
 which doesn't [e.g. Apache::SSI and Apache::SSIChain]).