Add PerlIO methods to Catalyst::Response, so that it more properly
authorBrendan Byrd <byrd.b@insightcom.com>
Tue, 17 Apr 2012 21:14:31 +0000 (17:14 -0400)
committerBrendan Byrd <byrd.b@insightcom.com>
Thu, 19 Apr 2012 21:31:07 +0000 (17:31 -0400)
commitc9373e697672ade084d08684f95ae2fcd83bfd88
tree34e598c5f32ca74b90f034a223273ef735a11bbc
parent1e08932999c6102add7c2abfe147d2aa7e14f1d5
Add PerlIO methods to Catalyst::Response, so that it more properly
   acts like a IO::Handle object (to a certain degree)
lib/Catalyst/Response.pm
t/aggregate/live_engine_response_perlio.t [new file with mode: 0644]
t/lib/TestApp/Controller/Engine/Response/PerlIO.pm [new file with mode: 0644]