# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #64770]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64770 >


Rakudo 2c13d6 doesn't allow me to mix a role's method into an Array object.

$ perl6 -e 'role DebugLog { method log_message { say $^message } }; my
@array does DebugLog; @array.log_message("OH HAI")'
Method 'log_message' not found for invocant of class 'Perl6Array'
[...]

Reply via email to