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=f8df3911e15c8a885a721a7f0958118d21823c5b;hb=22247e54ccd3fbdaf286e77304b96e61ecc43a0f;hpb=2633d7dc3bb9c0cf7bf3e7cf936d6411fe3ba5aa diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index f8df391..98ac0eb 100644 --- a/lib/Catalyst/DispatchType.pm +++ b/lib/Catalyst/DispatchType.pm @@ -15,21 +15,23 @@ See L. =head1 METHODS -=over 4 +=head2 $self->list($c) -=item $self->match( $c, $path ) +=cut + +sub list { } + +=head2 $self->match( $c, $path ) =cut sub match { die "Abstract method!" } -=item $self->register( $c, $action ) +=head2 $self->register( $c, $action ) =cut -sub register { return } - -=back +sub register { } =head1 AUTHOR