libcgi-application-plugin-forward-perl 1.06-3 source package in Ubuntu

Changelog

libcgi-application-plugin-forward-perl (1.06-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 deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + libcgi-application-plugin-forward-perl: Drop versioned constraint on
      libcgi-application-basic-plugin-bundle-perl in Replaces.
    + libcgi-application-plugin-forward-perl: Drop versioned constraint on
      libcgi-application-basic-plugin-bundle-perl in Breaks.

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 00:37:41 +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-forward-perl_1.06-3.dsc 2.4 KiB 9b0190868939b60251f1a6cdf3649636b4256c5171d5690caf470eaf0b5d6322
libcgi-application-plugin-forward-perl_1.06.orig.tar.gz 9.3 KiB f350069f31db2dab65b68a1d4a1bdb854ece8b91f8bd43bf822b828151708f47
libcgi-application-plugin-forward-perl_1.06-3.debian.tar.xz 2.2 KiB 323a8877a78aa91585db2a8d8f64f313b85adbe175097f06151aad3c5b3de3fe

Available diffs

No changes file available.

Binary packages built by this source

libcgi-application-plugin-forward-perl: plugin to allow one run mode pass control to another

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