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

Changelog

libcgi-emulate-psgi-perl (0.10-1) unstable; urgency=low

  * Initial Release. (Closes: #608299)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 09:36:01 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Dominic Hargreaves
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcgi-emulate-psgi-perl_0.10.orig.tar.gz 26.7 KiB 3c8334614a3f7f6637f9d9a6012102bf422c066f1eb7f69035ef5b0d21950563
libcgi-emulate-psgi-perl_0.10-1.diff.gz 1.2 KiB fb4276f01f1d14f2cf6f0f86f07848c84c8b7ada7d9506e882618b878ba18e23
libcgi-emulate-psgi-perl_0.10-1.dsc 1.3 KiB 4eea2a6ee5d0be5d51aa56eb8d1d6efec28b2cab9d1827270d6f42161cc098e2

View changes file

Binary packages built by this source

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

 This module 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.