[Catalyst] Mocking PSGI layers in Test WWW Mechanize Catalyst

2013-10-30 Thread Toby Corkindale
Hi, I wondered if there's any prior art around on inserting (mocked) PSGI layers into Test::WWW::Mechanize:Catalyst? Cheers, Toby -- Turning and turning in the widening gyre The falcon cannot hear the falconer Things fall apart; the center cannot hold Mere anarchy is loosed upon the world _

Re: [Catalyst] $c->write() buffering?

2013-10-30 Thread Hailin Hu
It is an engine relevant stuff. Find which engine you are using ( for example, Plack::Handler::FCGI ) and look around codes around write(r), you may find something. Good luck :) On Wed, Oct 30, 2013 at 9:51 AM, Daniel J. Luke wrote: > I've got some legacy CGI code that does a bunch of processing

[Catalyst] Response traits.

2013-10-30 Thread Bill Moseley
What is the recommended way to apply a Response trait? Include it in a response subclass similar to how Catalyst::Action::REST injects Catalyst::Request::REST? http://cpansearch.perl.org/src/JJNAPIORK/Catalyst-Action-REST-1.12/lib/Catalyst/Action/SerializeBase.pm What I was interested in is wr