X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType.pm;h=0cde6519a2f5065912ca85702ae6541c82592f41;hb=473078ffb70c9a5585a6b190fc973f5e9000c11b;hp=fb4d0affed12e3676da9191d1cd11a1a02a32df1;hpb=26dc649ad1a74622697f25fcbf29e806e75fcd2f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index fb4d0af..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,13 +73,15 @@ about expand_action. sub expand_action { } +sub _is_low_precedence { 0 } + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT -This program is free software, you can redistribute it and/or modify it under +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut