Re: [cgiapp] request for general PSGI docs

2010-02-27 Thread Ron Savage
Hi Mark On Sat, 2010-02-13 at 22:30 -0500, Mark Stosberg wrote: but I was thinking of docs associated with PSGI directly, not via CGI::App. /Those/ are the docs I wish I had access to. Thanx. I got a demo going, using CGI::Application::Dispatch::PSGI, which I was very happy with, even though

Re: [cgiapp] request for general PSGI docs

2010-02-27 Thread Ron Savage
Hi Mark On Sun, 2010-02-28 at 16:49 +1100, Ron Savage wrote: Hi Mark On Sat, 2010-02-13 at 22:30 -0500, Mark Stosberg wrote: but I was thinking of docs associated with PSGI directly, not via CGI::App. /Those/ are the docs I wish I had access to. Thanx. I got a demo going, using

Re: [cgiapp] request for general PSGI docs

2010-02-14 Thread Ron Savage
Hi Mark On Sat, 2010-02-13 at 22:30 -0500, Mark Stosberg wrote: but I was thinking of docs associated with PSGI directly, not via CGI::App. /Those/ are the docs I wish I had access to. Ron, It sounds like what you are looking for is in the Plack docs. It has a section of PSGI files:

Re: [cgiapp] request for general PSGI docs

2010-02-14 Thread Ron Savage
Hi Mark On Sat, 2010-02-13 at 22:30 -0500, Mark Stosberg wrote: but I was thinking of docs associated with PSGI directly, not via CGI::App. /Those/ are the docs I wish I had access to. Ron, It sounds like what you are looking for is in the Plack docs. It has a section of PSGI files:

Re: [cgiapp] request for general PSGI docs

2010-02-14 Thread Mark Stosberg
http://search.cpan.org/~miyagawa/Plack-0.99_05/lib/Plack/Handler/CGI.pm Did you mean Plack::Server::CGI? No. The ::Server name space has been deprecated in favor of the ::Handler name space: http://github.com/miyagawa/Plack/blob/master/lib/Plack/Server/CGI.pm Mark #