authors cleanup
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType.pm
index ba676c9..a3f271e 100644 (file)
@@ -13,6 +13,8 @@ See L<Catalyst>.
 
 =head1 DESCRIPTION
 
+This is an abstract base class for Dispatch Types. 
+
 =head1 METHODS
 
 =head2 $self->list($c)
@@ -56,10 +58,9 @@ arrayref, or undef if unable to do so.
 
 sub uri_for_action { }
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Matt S Trout
-Sebastian Riedel, C<sri@cpan.org>
+Catalyst Contributors, see Catalyst.pm
 
 =head1 COPYRIGHT