Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[docs] thinko in guide_to_setting.pod
  • Loading branch information
moritz committed Mar 9, 2009
1 parent d8a1926 commit 95ce390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide_to_setting.pod
Expand Up @@ -72,7 +72,7 @@ variable and re-generate the Makefile using L<Configure.pl>.

Many of the method specifications in the synopses list explicit
invocant variables. Using them often makes the code less clear,
and can sometimes be correct (for example, an invocant of C<@values>
and can sometimes be incorrect (for example, an invocant of C<@values>
will restrict the method to invocants that have the C<Positional>
role). Better is to use C<self>, or if invoking a method on C<self>
then you can use C<$.foo> or C<@.bar> directly.
Expand Down

0 comments on commit 95ce390

Please sign in to comment.