File: control

package info (click to toggle)
libcgi-application-plugin-forward-perl 1.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 482; sh: 7; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,460 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
Source: libcgi-application-plugin-forward-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libcgi-application-perl,
                     libtest-pod-perl,
                     libcgi-application-plugin-autorunmode-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-forward-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-forward-perl.git
Homepage: https://metacpan.org/release/CGI-Application-Plugin-Forward

Package: libcgi-application-plugin-forward-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-application-perl
Suggests: libcgi-application-plugin-autorunmode-perl
Breaks: libcgi-application-plugins-perl (<< 0.11)
Replaces: libcgi-application-plugins-perl (<< 0.11)
Description: plugin to allow one run mode pass control to another
 CGI::Application::Plugin::Forward adds the forward method to your
 CGI::Application module, which passes control to another run mode and returns
 its output. This is equivalent to calling $self->$other_runmode, except that
 CGI::Application's internal value of the current run mode is updated.