add C::DispatchType::_is_low_precedence
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Default.pm
index a642eea..6586351 100644 (file)
@@ -58,6 +58,8 @@ sub match {
     return 0;
 }
 
+sub _is_low_precedence { 1 }
+
 =head1 AUTHORS
 
 Catalyst Contributors, see Catalyst.pm