Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Dec 8, 2009
1 parent fd2054d commit 8043025
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/Plack/Component.pm
Expand Up @@ -45,11 +45,11 @@ __END__
=head1 NAME
Plack::Component - Base class for easy-to-use PSGI middleware and endpoints
Plack::Component - Base class for PSGI endpoints
=head1 SYNOPOSIS
package Plack::Middleware::Foo;
package Plack::App::Foo;
use parent qw( Plack::Component );
sub call {
Expand All @@ -64,10 +64,10 @@ Plack::Component - Base class for easy-to-use PSGI middleware and endpoints
=head1 DESCRIPTION
Plack::Component is the base class shared between Plack::Middleware and
Plack::App::* modules. If you are writing middleware, you should inherit
from Plack::Middleware, but if you are writing a Plack::App::* you should
inherit from this directly.
Plack::Component is the base class shared between Plack::Middleware
and Plack::App::* modules. If you are writing middleware, you should
inherit from L<Plack::Middleware>, but if you are writing a
Plack::App::* you should inherit from this directly.
=head1 REQUIRED METHOD
Expand Down Expand Up @@ -120,6 +120,6 @@ not use this and use L<Plack::Util::Accessor> instead.
=head1 SEE ALSO
L<Plack> L<Plack::Builder>
L<Plack> L<Plack::Builder> L<Plack::Middleware>
=cut

0 comments on commit 8043025

Please sign in to comment.