File: control

package info (click to toggle)
libcgi-fast-perl 1%3A2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 12
  • sloc: perl: 244; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libcgi-fast-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcgi-pm-perl (>= 4),
                     libfcgi-perl,
                     libtest-deep-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-fast-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcgi-fast-perl.git
Homepage: https://metacpan.org/release/CGI-Fast

Package: libcgi-fast-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl (>= 4),
         libfcgi-perl
Breaks: libcgi-pm-perl (<< 4)
Replaces: libcgi-pm-perl (<< 4)
Description: CGI subclass for work with FCGI
 CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
 specialized to work with the FCGI module, which greatly speeds up CGI scripts
 by turning them into persistently running server processes. Scripts that
 perform time-consuming initialization processes, such as loading large
 modules or opening persistent database connections, will see large
 performance improvements.