File: control

package info (click to toggle)
libapache-filter-perl 1.019-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 224 kB
  • ctags: 65
  • sloc: perl: 888; makefile: 36
file content (15 lines) | stat: -rw-r--r-- 646 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libapache-filter-perl
Maintainer: Stephen Zander <gibreel@debian.org>
Section: web
Priority: extra
Standards-Version: 3.5.1
Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.1)

Package: libapache-filter-perl
Architecture: all
Depends: ${perl:Depends}, libapache-mod-perl
Description: perl Apache::Filter - Alter the output of previous 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]).