Binary package “libcgi-application-plugin-forward-perl” in ubuntu xenial

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.