File: control

package info (click to toggle)
libcgi-application-perl 4.61-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 708 kB
  • sloc: perl: 1,397; sh: 38; makefile: 7
file content (55 lines) | stat: -rw-r--r-- 2,331 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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