# New Ticket Created by Moritz Lenz # Please include the string: [perl #67278] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=67278 >
08:53 <@moritz_> rakudo: class A { }; class B does A { }; say "alive" 08:53 < p6eval> rakudo 99ad1e: OUTPUT«Method '!select' not found for invocant of class ''» I think abusing a class as a role is forbidden, but the error message could be more awesome. Cheers, Moritz