X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fbody_fh.t;h=447794a76627dcbd2670d264e072ba8dba92ec49;hp=cc000209629f214d6241baa517aee578b2afbb10;hb=386f04a271a609f41d7889092d3a77c31e192a84;hpb=46fff667a1229a59422010500311e48a6f9da824 diff --git a/t/body_fh.t b/t/body_fh.t index cc00020..447794a 100644 --- a/t/body_fh.t +++ b/t/body_fh.t @@ -4,7 +4,10 @@ use Test::More; use HTTP::Request::Common; use HTTP::Message::PSGI; use Plack::Util; -use Devel::Dwarn; + +# Test case to check that we now send scalar and filehandle like +# bodys directly to the PSGI engine, rather than call $writer->write +# or unroll the filehandle ourselves. { package MyApp::Controller::Root;