Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing period.
  • Loading branch information
kraai committed Apr 26, 2009
1 parent f96dcea commit fa5c416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MooseX/Method/Signatures.pm
Expand Up @@ -428,7 +428,7 @@ When composing a L<Moose::Role> into a class that uses
L<MooseX::Method::Signatures>, you may get a "Subroutine redefined"
warning. This happens when both the role and the class define a
method/subroutine of the same name. (The way roles work, the one
defined in the class takes precedence) To eliminate this warning,
defined in the class takes precedence.) To eliminate this warning,
make sure that your C<with> declaration happens after any
method/subroutine declarations that may have the same name as a
method/subroutine within a role.
Expand Down

0 comments on commit fa5c416

Please sign in to comment.