Subject: | Documentation bug? |
In the section "Specifying the name of the delegated method", you have:
"For example, to delegate invocations of $self->power(...) to $self->{flywheel}->power(...):".
Should the second bit be $self->{flywheel}->brake(...)?