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
|
Source: libmojolicious-plugin-cgi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alex Muntada <alexm@alexm.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libio-pipely-perl <!nocheck>,
libmojolicious-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-plugin-cgi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-plugin-cgi-perl.git
Homepage: https://metacpan.org/release/Mojolicious-Plugin-CGI
Rules-Requires-Root: no
Package: libmojolicious-plugin-cgi-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libio-pipely-perl,
libmojolicious-perl
Description: Mojolicious plugin to run CGI scripts
Mojolicious::Plugin::CGI plugin enables Mojolicious to run Perl CGI scripts.
It does so by forking a new process with a modified environment and reads
the STDOUT in a non-blocking manner.
|