Re: [cgiapp] testing the new CAD::PSGI version

2011-05-19 Thread Ron Savage
Hi Mark Another attempt. More below. On Thu, 2011-05-19 at 11:26 +1000, Ron Savage wrote: Hi Mark Doesn't work for me. I assume it's due to the exact combination of modules used and their parentage. (1) 1 line change to Local::Application::Controller: package

Re: [cgiapp] testing the new CAD::PSGI version

2011-05-18 Thread Ron Savage
Hi Mark Doesn't work for me. I assume it's due to the exact combination of modules used and their parentage. (1) 1 line change to Local::Application::Controller: package Local::Application::Controller; #Patch#use parent 'CGI::Application'; use parent 'CGI::Application::Dispatch::PSGI'; use

Re: [cgiapp] testing the new CAD::PSGI version

2011-05-16 Thread Mark Stosberg
CGI::Application::Dispatch::PSGI gives any CGI script using CGI::App access to PSGI's amazing capabilities. It's what I use for every CGI script, nowadays. Ron, Could you test the Github version of CAD::PSGI if you haven't already? As part of re-implementing it better, it should be a little