# New Ticket Created by Matthew Walton # Please include the string: [perl #69893] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69893 >
15:22 <@mathw> rakudo: role woowoo {}; multi trait_mod:<is>(Routine $c, woowoo) { $c.wrap: sub { say "Woowoo" } }; sub foo is woowoo { say "foo" }; foo(); 15:22 < p6eval> rakudo 827734: OUTPUT«Lexical '__CANDIDATE_LIST__' not foundin Main (file src/gen_setting.pm, line 206)» Not good