File: control

package info (click to toggle)
libcgi-application-dispatch-perl 3.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 256 kB
  • ctags: 58
  • sloc: perl: 872; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,861 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
39
40
41
42
Source: libcgi-application-dispatch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: apache2-dev,
               debhelper (>= 8),
               libapache2-mod-perl2,
               libcgi-application-perl (>= 4.50),
               libcgi-psgi-perl,
               libhttp-exception-perl,
               libmodule-build-perl,
               libplack-perl (>= 0.9956),
               libtest-longstring-perl,
               libtry-tiny-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-application-dispatch-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-dispatch-perl.git
Homepage: https://metacpan.org/release/CGI-Application-Dispatch

Package: libcgi-application-dispatch-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-application-perl (>= 4.50),
         libexception-class-perl,
         libhttp-exception-perl,
         libtry-tiny-perl
Suggests: libapache2-mod-perl2,
          libplack-perl
Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
        libcgi-application-plugins-perl (<< 0.11)
Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
          libcgi-application-plugins-perl (<< 0.11)
Description: request dispatcher for CGI::Application
 CGI::Application::Dispatch provides glue between web server environments
 such as mod_perl, Plack and straight CGI and the CGI::Application web
 framework. It does this by parsing the PATH_INFO environment variable
 and mapping it onto a CGI::Application subclass module invocation with the
 appropriate run mode and CGI::Application parameters.