Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix POD errors warnings #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Mason.pm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Thanks to Stevan Little and the L<Moose> team for the awesomeness of Moose,
which motivated me to create a second version of Mason years after I thought I
was done.

Thanks to Tatsuhiko Miyagawa and the L<PSGI/Plack|http://plackperl.org/> team,
Thanks to Tatsuhiko Miyagawa and the L<PSGI-Plack|http://plackperl.org/> team,
who freed me from ever worrying about server backends again.

=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion lib/Mason/Component.pm
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ L<Mason::Manual::RequestDispatch|Mason::Manual::RequestDispatch/Partial Paths>.
=item args

Returns the hashref of arguments passed to this component's constructor, e.g.
the arguments passed in a L<component call|/CALLING COMPONENTS>.
the arguments passed in a L<component call|Mason::Manual::Syntax/CALLING COMPONENTS>.

=item cmeta

Expand Down
2 changes: 1 addition & 1 deletion lib/Mason/Plugin/LvalueAttributes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ convenience of the Lvalue attributes outweighs the need for setter features.
=head1 ACKNOWLEDGEMENTS

Inspired by Christopher Brown's
L<MooseX::Meta::Attribute::Lvalue|MooseX::Meta::Attribute::Lvalue >.
L<MooseX::Meta::Attribute::Lvalue|MooseX::Meta::Attribute::Lvalue>.