1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libcgi-psgi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
libcgi-pm-perl (>= 3.33)
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-psgi-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-psgi-perl.git
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/CGI-PSGI
Package: libcgi-psgi-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
perl,
libcgi-pm-perl (>= 3.33)
Description: Adapt CGI.pm to the PSGI protocol
CGI::PSGI is for web application framework developers who currently use CGI
to handle query parameters, and would like the frameworks to comply with
the PSGI protocol.
|