Source: libcgi-application-dispatch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>,
           Jaldhar H. Vyas <jaldhar@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: apache2,
               apache2-threaded-dev | apache2-prefork-dev,
               debhelper (>= 8),
               libapache2-mod-perl2,
               libcgi-application-perl (>= 4.50),
               libcgi-psgi-perl,
               libhttp-exception-perl,
               libplack-perl (>= 0.9956),
               libtest-longstring-perl,
               libtry-tiny-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-dispatch-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-dispatch-perl.git
Homepage: http://search.cpan.org/dist/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.

