| 12
 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
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 
 | Source: libcgi-application-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>,
           Niko Tyni <ntyni@iki.fi>,
           Damyan Ivanov <dmn@debian.org>,
           Rene Mayorga <rmayorga@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
                     libcgi-psgi-perl,
                     libclass-isa-perl,
                     libhtml-template-perl,
                     libparams-validate-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     perl,
                     pkg-components
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-application-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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 | perl (<< 5.19),
         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
 |