Source: libcgi-application-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
           Damyan Ivanov <dmn@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libmodule-build-perl
Build-Depends-Indep: libcgi-pm-perl (>= 4.21),
                     libcgi-psgi-perl,
                     libclass-isa-perl,
                     libhtml-template-perl,
                     libparams-validate-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     perl,
                     pkg-components
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-perl.git
Homepage: https://metacpan.org/release/CGI-Application

Package: libcgi-application-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl (>= 4.21),
         libclass-isa-perl,
         libparams-validate-perl
Suggests: libcgi-psgi-perl,
          libhtml-template-perl
Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
        libcgi-application-plugins-perl (<< 0.11)
Provides: libcgi-application-plugin-errorpage-perl,
          libcgi-application-plugin-redirect-perl,
          libcgi-application-standard-config-perl
Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
          libcgi-application-plugins-perl (<< 0.11)
Description: framework for building reusable web-applications
 CGI::Application is intended to make it easier to create sophisticated,
 reusable web-based applications. This module implements a methodology
 which, if followed, will make your web software easier to design,
 easier to document, easier to write, and easier to evolve.
 .
 This package comes bundled with three extra modules providing useful glue
 run modes:
 .
 CGI::Application::Plugin::ErrorPage - automatic handling of errors
 .
 CGI::Application::Plugin::Redirect - external header based redirects
 .
 CGI::Application::Standard::Config - defines a standard interface for config
