libcgi-emulate-psgi-perl 0.22-1 source package in Ubuntu

Changelog

libcgi-emulate-psgi-perl (0.22-1) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Lucas Kanashiro ]
  * Import upstream version 0.22
  * Update Debian packaging copyright
  * Declare compliance with Debian policy 3.9.8

 -- Lucas Kanashiro <email address hidden>  Thu, 21 Jul 2016 14:28:57 -0300

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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-emulate-psgi-perl_0.22-1.dsc 2.2 KiB 9cdbd29bab75ab90d3289f5214f8aa869ca7cfab32bd700cdb6b5aa0cd4a5809
libcgi-emulate-psgi-perl_0.22.orig.tar.gz 14.3 KiB 85a3d405c9675d58cd914eb48846598428072dc66ac518aa0620ec72331a5d82
libcgi-emulate-psgi-perl_0.22-1.debian.tar.xz 2.2 KiB a3c0a46b6089b3305973083c1477a0eda4cbf22b49d600ccdd0366a6ac3ff7ad

Available diffs

No changes file available.

Binary packages built by this source

libcgi-emulate-psgi-perl: PSGI adapter for CGI

 CGI::Emulate::PSGI allows an application designed for the CGI environment to
 run in a PSGI environment, and thus on any of the backends that PSGI
 supports.
 .
 It works by translating the environment provided by the PSGI specification
 to one expected by the CGI specification. Likewise, it captures output as
 it would be prepared for the CGI standard, and translates it to the format
 expected for the PSGI standard using CGI::Parse::PSGI module.