Hack _invoke_as_component in a horrible way, so that it gives us back a path Action...
authorTomas Doran <bobtfish@bobtfish.net>
Sat, 21 Mar 2009 15:56:08 +0000 (15:56 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Sat, 21 Mar 2009 15:56:08 +0000 (15:56 +0000)
commit84c28acbcf93fc27a01b9bba70fd2ffdfefe91e1
tree956908e2202b6f882d13b0ea25a823645bf7b801
parent5d91ffe2ccdd9a28aac04a2ec7c1032e8f22bd44
Hack _invoke_as_component in a horrible way, so that it gives us back a path Action if it can, which makes >visit work correctly with qw/MyApp::Controller::Chained method_name/. I feel dirty, but it makes the test pass..
lib/Catalyst/Dispatcher.pm