Source: libcgi-fast-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libcgi-pm-perl , libfcgi-perl , libtest-deep-perl , 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.