libcgi-application-plugin-autorunmode-perl 0.18-2 source package in Ubuntu
Changelog
libcgi-application-plugin-autorunmode-perl (0.18-2) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ gregor herrmann ] * Mark package as autopkgtest-able. * Declare compliance with Debian Policy 3.9.6. * Add explicit build dependency on libcgi-pm-perl. * Bump debhelper compatibility level to 9. -- gregor herrmann <email address hidden> Sat, 13 Jun 2015 15:37:43 +0200
Upload details
- Uploaded by:
- Debian Perl Group on 2015-06-13
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | perl |
Focal | release | on 2019-10-18 | universe | perl |
Bionic | release | on 2017-10-24 | universe | perl |
Xenial | release | on 2015-10-22 | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcgi-application-plugin-autorunmode-perl_0.18-2.dsc | 2.5 KiB | 7dc44f7988975358bd56cbe132558fafce2a53785ea5546d1f6434c2e0975e79 |
libcgi-application-plugin-autorunmode-perl_0.18.orig.tar.gz | 11.8 KiB | 0185fa5ed3bc367bc85543f625ba8ec78d98eb4a77bc6f6bddb6801e5663f5dd |
libcgi-application-plugin-autorunmode-perl_0.18-2.debian.tar.xz | 2.3 KiB | f8b0aa171aa5bd1038820bd9bd7af836cb2f83c630fdaeff577d594fda927755 |
Available diffs
- diff from 0.18-1 (in Ubuntu) to 0.18-2 (1.8 KiB)
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.