Source: libcgi-application-plugin-forward-perl Maintainer: Debian Perl Group 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.