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
|
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-compat (= 13)
Build-Depends-Indep: libcgi-pm-perl <!nocheck>,
libfcgi-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-fast-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-fast-perl.git
Homepage: https://metacpan.org/release/CGI-Fast
Rules-Requires-Root: no
Package: libcgi-fast-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcgi-pm-perl,
libfcgi-perl
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.
|