File: control

package info (click to toggle)
libcgi-application-plugin-forward-perl 1.06-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 482; sh: 7; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,620 bytes parent folder | download | duplicates (2)
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
Source: libcgi-application-plugin-forward-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               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://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-application-plugin-forward-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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-basic-plugin-bundle-perl (<< 0.6),
        libcgi-application-plugins-perl (<< 0.11)
Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
          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.