masak (>):
> rakudo: role A::B {}; say 42 ~~ A
> rakudo 36143: OUTPUT«invoke() not implemented in class
> 'NameSpace [...]
> * masak submits rakudobug
> rakudo: role A::B {}; A
> rakudo 36143: OUTPUT«invoke() not implemented in class
> 'NameSpace' [...]
Related:
rakudo: class A::B {}; my A $
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #62900]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=62900 >
rakudo: role A::B {}; say 42 ~~ A
rakudo 36143: OUTPUT«invoke() not implemented in cla