File: control

package info (click to toggle)
libcgi-application-perl 4.61%2B~1.21%2B~1.00%2B~1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 696 kB
  • sloc: perl: 1,397; makefile: 38
file content (60 lines) | stat: -rw-r--r-- 2,549 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
56
57
58
59
60
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-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libcgi-pm-perl (>= 4.21) <!nocheck>,
                     libcgi-psgi-perl,
                     libclass-isa-perl <!nocheck>,
                     libhtml-template-perl <!nocheck>,
                     libparams-validate-perl,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-requires-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
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
Rules-Requires-Root: no

Package: libcgi-application-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl (>= 4.21),
         libclass-isa-perl,
         libmodule-build-perl,
         libparams-validate-perl,
         libscalar-list-utils-perl,
         libtest-requires-perl,
         libtest-simple-perl
Suggests: libcgi-psgi-perl,
          libhtml-template-perl
Breaks: 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-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