X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType.pm;h=0cde6519a2f5065912ca85702ae6541c82592f41;hb=ac1cf8d417b2f21cfd997b8cc7756e2bb36dedc7;hp=67be7b247550702d17f7b2fef4deedec518fc1a6;hpb=536bee890cf24e0e4bcda7562e7b70cc03ca0620;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index 67be7b2..0cde651 100644 --- a/lib/Catalyst/DispatchType.pm +++ b/lib/Catalyst/DispatchType.pm @@ -44,7 +44,7 @@ sub match { die "Abstract method!" } =head2 $self->register( $c, $action ) abstract method, to be implemented by dispatchtypes. Takes a -context object and a L object. +context object and a L object. Should return true if it registers something, or false otherwise. @@ -73,6 +73,8 @@ about expand_action. sub expand_action { } +sub _is_low_precedence { 0 } + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm