X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType.pm;h=0cde6519a2f5065912ca85702ae6541c82592f41;hp=75de1c571bee3a9f988cff0adb5460ce89642b58;hb=c4586fd07d4c17c49b4da9c224c6dcf1a782a099;hpb=ddd00df4aedc3a55e04a9ef5109103ebfa8bba4c diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index 75de1c5..0cde651 100644 --- a/lib/Catalyst/DispatchType.pm +++ b/lib/Catalyst/DispatchType.pm @@ -73,6 +73,8 @@ about expand_action. sub expand_action { } +sub _is_low_precedence { 0 } + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm