hdp / CGI-PSGI forked from miyagawa/CGI-PSGI

Enable PSGI in your CGI.pm aware apps

This URL has Read+Write access

Hans Dieter Pearcey (author)
Thu Oct 08 09:48:39 -0700 2009
name age message
file .gitignore Thu Sep 24 21:13:51 -0700 2009 initial commit [miyagawa]
file .shipit Thu Sep 24 21:13:51 -0700 2009 initial commit [miyagawa]
file Changes Loading commit data...
file MANIFEST
file MANIFEST.SKIP Thu Sep 24 21:13:51 -0700 2009 initial commit [miyagawa]
file Makefile.PL
file README Mon Sep 28 14:05:56 -0700 2009 remove README update since this is now approved [miyagawa]
directory lib/
directory t/
directory xt/ Thu Sep 24 21:13:51 -0700 2009 initial commit [miyagawa]
README
This is Perl module CGI::PSGI.

INSTALLATION

CGI::PSGI installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan CGI::PSGI

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

CGI::PSGI documentation is available as in POD. So you can do:

    % perldoc CGI::PSGI

to read the documentation online with your favorite pager.

Tatsuhiko Miyagawa