• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/H07-Nov-2009-6,3384,705

lib/CGI/Application/H07-Nov-2009-8931

t/H07-Nov-2009-7154

xt/H07-Nov-2009-2622

.gitignoreH A D07-Nov-200937 65

ChangesH A D07-Nov-2009122 53

MANIFESTH A D07-Nov-2009817 3938

META.ymlH A D07-Nov-2009717 3332

Makefile.PLH A D07-Nov-2009321 1613

READMEH A D07-Nov-2009563 2815

README

1This is Perl module CGI::Application::PSGI.
2
3INSTALLATION
4
5CGI::Application::PSGI installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan CGI::Application::PSGI
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21CGI::Application::PSGI documentation is available as in POD. So you can do:
22
23    % perldoc CGI::Application::PSGI
24
25to read the documentation online with your favorite pager.
26
27Tatsuhiko Miyagawa
28