add C::DispatchType::_is_low_precedence
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Index.pm
index d55ca00..c0be9e6 100644 (file)
@@ -89,6 +89,8 @@ sub uri_for_action {
     return "/".$action->namespace;
 }
 
+sub _is_low_precedence { 1 }
+
 =head1 AUTHORS
 
 Catalyst Contributors, see Catalyst.pm