Skip to content

Commit

Permalink
Doc cleanup.
Browse files Browse the repository at this point in the history
Don't make docs overly "consistent" since that makes the doc
maintenance harder. Just put SEE ALSOs to Plack to start over.
  • Loading branch information
miyagawa committed Feb 10, 2010
1 parent 6cf798f commit c3dd6e4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 57 deletions.
15 changes: 4 additions & 11 deletions lib/Plack/Handler/Apache1.pm
Original file line number Diff line number Diff line change
Expand Up @@ -129,23 +129,16 @@ Plack::Handler::Apache1 - Apache 1.3.x handlers to run PSGI application
=head1 DESCRIPTION
This is a handler module to run any PSGI application with mod_perl on Apache 1.3.x.
If you want to run a PSGI application as a CGI script, see L<Plack::Handler::CGI> instead.
=head1 SEE ALSO
=over
=item L<Plack> - provides overview and documents the .psgi file format.
=item L<Plack::Handler::Apache2> - same idea, for Apache 2.x
=back
=head1 AUTHOR
Aaron Trevena
Tatsuhiko Miyagawa
=head1 SEE ALSO
L<Plack>
=cut
16 changes: 4 additions & 12 deletions lib/Plack/Handler/Apache2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -134,21 +134,13 @@ Plack::Handler::Apache2 - Apache 2.0 handlers to run PSGI application
=head1 DESCRIPTION
This is a handler module to run any PSGI application with mod_perl on Apache 2.x.
If you want to run a PSGI application as a CGI script, see L<Plack::Handler::CGI> instead.
=head1 SEE ALSO
=over
=item L<Plack> - provides overview and documents the .psgi file format.
=item L<Plack::Handler::Apache1> - same idea, for Apache 1.3.x
=back
=head1 AUTHOR
Tatsuhiko Miyagawa
=head1 SEE ALSO
L<Plack>
=cut
7 changes: 1 addition & 6 deletions lib/Plack/Handler/CGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,7 @@ This is a handler module to run any PSGI application as a CGI script.
=head1 SEE ALSO
=over
=item L<Plack> - provides overview and documents the .psgi file format.
=back
L<Plack>
=cut
Expand Down
17 changes: 8 additions & 9 deletions lib/Plack/Handler/FCGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ __END__
);
$server->run($app);
=head1 DESCRIPTION
This is a handler module to run any PSGI application as a standalone
FastCGI daemon or a .fcgi script.
=head2 OPTIONS
=over 4
Expand Down Expand Up @@ -293,16 +299,9 @@ C<disable> so both configurations (root or non-root) should work fine.
=cut
=head1 DESCRIPTION
This is a handler module to run any PSGI application with mod_perl on Apache 1.3.x.
If you want to run a PSGI application as a CGI script, see L<Plack::Handler::CGI> instead.
=head1 SEE ALSO
=over
=item L<Plack> - provides overview and documents the .psgi file format.
L<Plack>
=back
=cut
12 changes: 4 additions & 8 deletions lib/Plack/Handler/HTTP/Server/PSGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,14 @@ Max requests per a keep-alive request. Defaults to 100.
=back
=head1 SEE ALSO
=over
=item L<Plack> - provides overview and documents the .psgi file format.
=back
=head1 AUTHOR
Kazuho Oku
Tatsuhiko Miyagawa
=head1 SEE ALSO
L<Plack> L<HTTP::Server::PSGI>
=cut
11 changes: 0 additions & 11 deletions lib/Plack/Handler/HTTP/Server/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@ applications on L<HTTP::Server::Simple>.
L<Plack>, L<HTTP::Server::Simple::PSGI>
=head1 SEE ALSO
=over
=item L<Plack> - provides overview and documents the .psgi file format.
=item L<HTTP::Server::Simple::PSGI> - a HTTP::Server::Simple based HTTP server that can run PSGI applications.
=back
=head1 AUTHOR
Tatsuhiko Miyagawa
Expand Down

0 comments on commit c3dd6e4

Please sign in to comment.