hdp / CGI-PSGI forked from miyagawa/CGI-PSGI
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Hans Dieter Pearcey (author)
Thu Oct 08 09:48:39 -0700 2009
CGI-PSGI /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 24 21:13:51 -0700 2009 | |
| |
.shipit | Thu Sep 24 21:13:51 -0700 2009 | |
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | Thu Sep 24 21:13:51 -0700 2009 | |
| |
Makefile.PL | ||
| |
README | Mon Sep 28 14:05:56 -0700 2009 | |
| |
lib/ | ||
| |
t/ | ||
| |
xt/ | Thu Sep 24 21:13:51 -0700 2009 |
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

