http://qs321.pair.com?node_id=1207280


in reply to Re^6: Delegating to a role in Moose
in thread Delegating to a role in Moose

Re: handles => 'MyURIRole' vs handles => qr/.*/, the former is more work to set up, but I think it should be preferred because it's more self documenting - you've documented in code exactly what methods you're delegating.

I agree that the documentation on delegation is lacking, but that's a symptom of a larger problem. E.g. the official docs on Perl OOP, perlobj and perlootut don't mention delegation at all.

Replies are listed 'Best First'.
Re^8: Delegating to a role in Moose
by Anonymous Monk on Jan 15, 2018 at 14:38 UTC