libcgi-application-plugin-autorunmode-perl 0.18-2.1 source package in Ubuntu
Changelog
libcgi-application-plugin-autorunmode-perl (0.18-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Tue, 05 Jan 2021 13:18:23 +0100
Upload details
- Uploaded by:
- Debian Perl Group on 2021-01-05
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2021-01-06 | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcgi-application-plugin-autorunmode-perl_0.18-2.1.dsc | 2.4 KiB | 72e83a42de5bd8adc031d49e018ce5e3d1c18a265920be9fbc9fb3eef90d7a71 |
libcgi-application-plugin-autorunmode-perl_0.18.orig.tar.gz | 11.8 KiB | 0185fa5ed3bc367bc85543f625ba8ec78d98eb4a77bc6f6bddb6801e5663f5dd |
libcgi-application-plugin-autorunmode-perl_0.18-2.1.debian.tar.xz | 2.5 KiB | 2fec09cc7cb15c88c680fa60c5ad0bc2fbbd2067abb0677541a58e5186a95e41 |
Available diffs
- diff from 0.18-2 to 0.18-2.1 (402 bytes)
No changes file available.
Binary packages built by this source
- libcgi-application-plugin-autorunmode-perl: CGI::App plugin to automatically register runmodes
The CGI::Applicatio
n::Plugin: :AutoRunmode plugin for CGI::Application
provides easy ways to setup run modes. You can just write the method that
implements a run mode. You do not have to explicitly register it with
CGI::Application anymore.
.
You can either flag methods in your CGI::App subclass with the "Runmode" or
"StartRunmode" attributes or simply declare that every method in a class is a
run mode. You can also assign a delegate object, all whose methods will
become runmodes. You can also mix both approaches.