# New Ticket Created by Timothy Totten # Please include the string: [perl #76104] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76104 >
<supernovus> rakudo: use MONKEY_TYPING; augment class Hash { method hi { say 'hi' } }; my %h; %h.hi; <p6eval> rakudo 4e6cce: OUTPUT«Method 'hi' not found for invocant of class '' in main program body at line 11:/tmp/AayQsvcfGd» This seems to be similar to the bugs noted in issue # 75114. This time it's not even reporting back a classname in the error message.