libcgi-application-dispatch-perl 3.12-3 source package in Ubuntu

Changelog

libcgi-application-dispatch-perl (3.12-3) unstable; urgency=medium

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ 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

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 22:56:48 +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-dispatch-perl_3.12-3.dsc 2.4 KiB 3290583eea2c22ae12032e9d107a47da44173866e25d5008da1f88a7f900b36b
libcgi-application-dispatch-perl_3.12.orig.tar.gz 37.4 KiB 5dad58e4fa6d79f1d48120800872b22ffdbb9b165911a973642038db88078d0f
libcgi-application-dispatch-perl_3.12-3.debian.tar.xz 3.2 KiB af90cd0cc1db40e182f20db369f16a489d6108f5f1e79750714d3b7c714b5f48

Available diffs

No changes file available.

Binary packages built by this source

libcgi-application-dispatch-perl: request dispatcher for CGI::Application

 CGI::Application::Dispatch provides glue between web server environments
 such as mod_perl, Plack and straight CGI and the CGI::Application web
 framework. It does this by parsing the PATH_INFO environment variable
 and mapping it onto a CGI::Application subclass module invocation with the
 appropriate run mode and CGI::Application parameters.