libcgi-application-plugin-forward-perl 1.06-1 source package in Ubuntu
Changelog
libcgi-application-plugin-forward-perl (1.06-1) unstable; urgency=low * Split out from libcgi-application-basic-plugin-bundle-perl (Closes: #631243) -- Matthias Klose <email address hidden> Wed, 21 Sep 2011 08:43:00 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Oneiric
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl | |
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcgi-application-plugin-forward-perl_1.06.orig.tar.gz | 9.3 KiB | f350069f31db2dab65b68a1d4a1bdb854ece8b91f8bd43bf822b828151708f47 |
libcgi-application-plugin-forward-perl_1.06-1.debian.tar.gz | 1.7 KiB | 8dc00916f5fb4419979781383662a2f00d3963390581fa29beb69187c4b3f59c |
libcgi-application-plugin-forward-perl_1.06-1.dsc | 2.3 KiB | 59a3b3543a7a651201ad609c63bb60455621bbd68de8cc6913979f3e250911e5 |
Binary packages built by this source
- libcgi-application-plugin-forward-perl: plugin to allow one run mode pass control to another
CGI::Applicati
on::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.