Move all request state out of the engine into Request/Response.
authorTomas Doran <bobtfish@bobtfish.net>
Tue, 23 Aug 2011 16:20:18 +0000 (17:20 +0100)
committerTomas Doran <bobtfish@bobtfish.net>
Tue, 25 Oct 2011 22:53:30 +0000 (15:53 -0700)
commitfaa02805570aed25eec5879f9a9383c5b16fb3cd
tree848d7d0dc39dc93fb8e538ab546cfc36786880bf
parent4c21ba3bd6fd11b9ba6e6af65bf25a497c3709b1
Move all request state out of the engine into Request/Response.
lib/Catalyst/Engine.pm
lib/Catalyst/Request.pm
lib/Catalyst/Response.pm
t/aggregate/live_engine_request_env.t
t/aggregate/live_engine_request_uri.t
t/aggregate/unit_core_engine-prepare_path.t
t/lib/TestApp/Controller/Dump.pm
t/lib/TestApp/View/Dump/Env.pm
t/lib/TestApp/View/Dump/Request.pm
t/lib/TestApp/View/Dump/Response.pm