in reply to Re^14: RFC: OO Perl using Moo/Moose book (GoF / Updated)
in thread RFC: OO Perl using Moo/Moose book

Yes, looks like the WP definition of "Delegation" to me.

But I'd say this niche is more or less (?)* filled by "Roles" in Moo/Moose ( of course with different implementation)

Theoretically speaking. ..

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Update

*) one difference might be that "deputy" is an attribute of the instance while roles belong to the class.

  • Comment on Re^15: RFC: OO Perl using Moo/Moose book (updated)