File: control

package info (click to toggle)
libcgi-emulate-psgi-perl 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 6
  • sloc: perl: 126; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,399 bytes parent folder | download
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
31
32
33
Source: libcgi-emulate-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 (>= 9)
Build-Depends-Indep: libcgi-pm-perl (>= 3.63),
                     libhttp-message-perl,
                     libplack-perl,
                     libtest-requires-perl (>= 0.08),
                     libwww-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-emulate-psgi-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcgi-emulate-psgi-perl.git
Homepage: https://metacpan.org/release/CGI-Emulate-PSGI

Package: libcgi-emulate-psgi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl (>= 3.63),
         libwww-perl
Description: PSGI adapter for CGI
 CGI::Emulate::PSGI allows an application designed for the CGI environment to
 run in a PSGI environment, and thus on any of the backends that PSGI
 supports.
 .
 It works by translating the environment provided by the PSGI specification
 to one expected by the CGI specification. Likewise, it captures output as
 it would be prepared for the CGI standard, and translates it to the format
 expected for the PSGI standard using CGI::Parse::PSGI module.