Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37547426
en ru br
ALT Linux repos
S:0.23-alt1

Group :: Development/Perl
RPM: perl-CGI-Emulate-PSGI

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: perl-CGI-Emulate-PSGI
Version: 0.23
Release: alt1

Summary: CGI::Emulate::PSGI - PSGI adapter for CGI
Group: Development/Perl
License: Perl

Url: %CPAN CGI-Emulate-PSGI
Source: %name-%version.tar

BuildArch: noarch
BuildRequires: perl-devel perl-libwww perl-CGI perl(Test/Requires.pm)

%description
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

%prep
%setup -q

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/CGI/Emulate/PSGI.pm
%perl_vendor_privlib/CGI/Parse/PSGI.pm
%doc Changes README

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin