public
Description: Enable PSGI in your CGI.pm aware apps
Homepage: http://search.cpan.org/dist/CGI-PSGI
Clone URL: git://github.com/miyagawa/CGI-PSGI.git
name age message
file .gitignore Thu Sep 24 21:13:51 -0700 2009 initial commit [Tatsuhiko Miyagawa]
file .shipit Thu Sep 24 21:13:51 -0700 2009 initial commit [Tatsuhiko Miyagawa]
file Changes Wed Dec 09 16:38:37 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file MANIFEST Wed Dec 09 16:38:37 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file MANIFEST.SKIP Thu Sep 24 21:13:51 -0700 2009 initial commit [Tatsuhiko Miyagawa]
file Makefile.PL Fri Nov 27 00:32:31 -0800 2009 requires CGI 3.00 so read_from_client should work [Tatsuhiko Miyagawa]
file README Mon Sep 28 14:05:56 -0700 2009 remove README update since this is now approved [Tatsuhiko Miyagawa]
directory lib/ Wed Dec 09 16:38:37 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
directory t/ Wed Dec 09 16:37:24 -0800 2009 Add virtual_host because it uses http() as a fu... [Tatsuhiko Miyagawa]
directory xt/ Thu Sep 24 21:13:51 -0700 2009 initial commit [Tatsuhiko 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