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=98ac0ebd91a5ac56dca9a2d5f8cae2de34fc22e3;hp=dc12b5710d033dbbd27420c2723e633be48ed721;hb=b5ecfcf07b8ffe7e9984f0279c8781ce51c6ac6a;hpb=640faa87f0c572b58acd22124bfa6f6c59106873 diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index dc12b57..98ac0eb 100644 --- a/lib/Catalyst/DispatchType.pm +++ b/lib/Catalyst/DispatchType.pm @@ -15,28 +15,24 @@ See L. =head1 METHODS -=over 4 - -=item $self->list($c) +=head2 $self->list($c) =cut sub list { } -=item $self->match( $c, $path ) +=head2 $self->match( $c, $path ) =cut sub match { die "Abstract method!" } -=item $self->register( $c, $action ) +=head2 $self->register( $c, $action ) =cut sub register { } -=back - =head1 AUTHOR Matt S Trout