Source: libfcgi-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , Krzysztof Krzyżaniak (eloy) Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfcgi-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfcgi-perl.git Homepage: https://metacpan.org/release/FCGI Package: libfcgi-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: helper module for FastCGI FCGI is a simple Perl module for writing FastCGI applications. FastCGI is a language-independent, scalable, open extension to CGI that provides faster performance by keeping programs persistent in memory and allowing them to handle multiple requests. This module provides the core interface needed to write these applications. . For complex applications, you should consider a more full-featured solution such as Plack or Catalyst (see libcatalyst-perl).