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

Changelog

libcgi-application-plugin-forward-perl (1.06-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

  [ Damyan Ivanov ]
  * Mark package as autopkgtestable
  * Declare compliance with Debian Policy 3.9.6
  * Add explicit build dependency on libmodule-build-perl

 -- Damyan Ivanov <email address hidden>  Wed, 10 Jun 2015 12:44:41 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-forward-perl_1.06-2.dsc 2.4 KiB 226f550ab24738a4ec658313ac8495c12e95ce46695f1cc665b98a395a6aa908
libcgi-application-plugin-forward-perl_1.06.orig.tar.gz 9.3 KiB f350069f31db2dab65b68a1d4a1bdb854ece8b91f8bd43bf822b828151708f47
libcgi-application-plugin-forward-perl_1.06-2.debian.tar.xz 2.0 KiB 2eafd83baada5ca56ad3297c1e259de12468a71122f2bad39da5a1c6cb29e05c

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.