Skip to content

Commit

Permalink
[S06] avoid indirect method call syntax
Browse files Browse the repository at this point in the history
It is unrelated to the topic, and seem to confuse readers. Me too.
  • Loading branch information
moritz committed Dec 27, 2011
1 parent e52fc11 commit 8a99698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S06-routines.pod
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ or a specially tied proxy object, with suitably programmed
C<FETCH> and C<STORE> methods:

sub checklastval ($passwd) is rw {
return new Proxy:
return Proxy.new:
FETCH => method {
return lastval();
},
Expand Down

0 comments on commit 8a99698

Please sign in to comment.