libcgi-application-plugin-autorunmode-perl 0.18-3 source package in Ubuntu

Changelog

libcgi-application-plugin-autorunmode-perl (0.18-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jaldhar H. Vyas from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + libcgi-application-plugin-autorunmode-perl: Drop versioned constraint on
      libcgi-application-basic-plugin-bundle-perl in Replaces.
    + libcgi-application-plugin-autorunmode-perl: Drop versioned constraint on
      libcgi-application-basic-plugin-bundle-perl in Breaks.

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 22:59:06 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-autorunmode-perl_0.18-3.dsc 2.3 KiB 728169a34cec0c5d9c892e03e8d6aadfd71e18eb36f922d40d0b00de2ac0d6ec
libcgi-application-plugin-autorunmode-perl_0.18.orig.tar.gz 11.8 KiB 0185fa5ed3bc367bc85543f625ba8ec78d98eb4a77bc6f6bddb6801e5663f5dd
libcgi-application-plugin-autorunmode-perl_0.18-3.debian.tar.xz 2.6 KiB f48d6299fd74b53d09fa632818f4665de98efca4fd522b616f55f7594eeb5399

Available diffs

No changes file available.

Binary packages built by this source

libcgi-application-plugin-autorunmode-perl: CGI::App plugin to automatically register runmodes

 The CGI::Application::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.