X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDispatcher.pm;h=d54d2ea2e7abcca3c22b0c20a66375013bc56a87;hp=5a975ed7ef14acad683fd7bd557e980e2df90156;hb=196932def5cc8ade4af7e52b40cc61bd460ee69d;hpb=d9d8aa5102e2b961d4f5f0bdd76d9dbcbcefc1dd diff --git a/lib/Catalyst/Dispatcher.pm b/lib/Catalyst/Dispatcher.pm index 5a975ed..d54d2ea 100644 --- a/lib/Catalyst/Dispatcher.pm +++ b/lib/Catalyst/Dispatcher.pm @@ -680,7 +680,7 @@ of course it's being used.) sub dispatch_type { my ($self, $name) = @_; - + # first param is undef because we cannot get the appclass $name = Catalyst::Utils::resolve_namespace(undef, 'Catalyst::DispatchType', $name);