Re: [cgiapp] YAPC

2010-02-12 Thread Mark Stosberg
It remains to be seen if I will be able to make it to YAPC::NA, so I will probably not be able to speak on our framework. Lets see if we can get a few people who really want to speak, and pair them up with others here who have the knowledge, but don't want to speak. I am interested in

[cgiapp] RFC: first-class support for PSGI in CGI::Application

2010-02-12 Thread Mark Stosberg
I have been following the development of PSGI and Plack closely [1], and I recommend that CGI::Application provide first-class support for the PSGI protocol. 1. http://plackperl.org/ PSGI is a port of the WSGI protocol used by Python, which has already proven successful in that language

Re: [cgiapp] RFC: first-class support for PSGI in CGI::Application

2010-02-12 Thread Ron Savage
Hi Mark On Fri, 2010-02-12 at 12:23 -0500, Mark Stosberg wrote: [snip] The change in CGI::Application would be a new simple run_as_psgi() method that returns a result in the format required by the PSGI protocol. I already have a working patch for this in my darcs repo, and you can review

Re: [cgiapp] RFC: first-class support for PSGI in CGI::Application

2010-02-12 Thread Ron Savage
Hi Lyle On Fri, 2010-02-12 at 22:52 +, Lyle wrote: Ron Savage wrote: So, can anyone point me in the direction of such instructions? [1] http://plackperl.org/ Hi, As I read that link, you need to visit http://search.cpan.org/perldoc?CGI%3A%3APSGI and hack cgiapp to