authors cleanup
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual.pm
index 96bb059..592685e 100644 (file)
@@ -7,18 +7,20 @@ Catalyst::Manual - User guide and reference for Catalyst
 This is the (table of contents page of the) comprehensive user guide and
 reference for Catalyst.
 
-=over 4
-
 =head1 IMPORTANT NOTE
 
 If you need to read the Catalyst Manual make sure that you have
-Catalyst::Manual installed from cpan.  To check that it is installed run the following command from a unix (bash) prompt:
+Catalyst::Manual installed from cpan.  To check that it is installed
+run the following command from a unix (bash) prompt:
 
  $ perldoc -t Catalyst::Manual::Tutorial::CatalystBasics 2>&1 >/dev/null && echo OK || echo MISSING
 
 If you see "OK" as the output, it's there, if you see "MISSING" you
 need to install the
-L<Catalyst::Manual|http://search.cpan.org/search?query=Catalyst%3A%3AManual&mode=dist> distribution.
+L<Catalyst::Manual|http://search.cpan.org/search?query=Catalyst%3A%3AManual&mode=dist>
+distribution.
+
+=over 4
 
 =item *
 
@@ -89,12 +91,13 @@ Mailing-Lists:
     http://lists.rawmode.org/mailman/listinfo/catalyst
     http://lists.rawmode.org/mailman/listinfo/catalyst-dev
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Sebastian Riedel, C<sri@oook.de>
-Jesse Sheidlower, C<jester@panix.com>
+Catalyst Contributors, see Catalyst.pm
 
 =head1 COPYRIGHT
 
 This program is free software, you can redistribute it and/or modify it
 under the same terms as Perl itself.
+
+=cut