Reformatted documentation
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Default.pm
index 62308c3..f1864b2 100644 (file)
@@ -15,9 +15,7 @@ See L<Catalyst>.
 
 =head1 METHODS
 
-=over 4
-
-=item $self->match( $c, $path )
+=head2 $self->match( $c, $path )
 
 =cut
 
@@ -40,8 +38,6 @@ sub match {
     return 0;
 }
 
-=back
-
 =head1 AUTHOR
 
 Matt S Trout