On Tue, 24 Jan 2017 17:11:13 -0800, raiph wrote:
> Golf'd to:
>
> role A { method m {} }
> role B does A {}
> class C does A does B {}
>
> Method 'm' must be resolved by class C because it exists in multiple roles
> (A, B)
>
> Note that the same issue leads also to:
>
> role A { has $a }
> role
# New Ticket Created by "brian d foy"
# Please include the string: [perl #130634]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130634 >
I posted this to Stackoverflow without anyone pointing out the error
of my ways, so I th