# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69762] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69762 >
<masak> rakudo: sub foo {}; &foo !~~ Sub <p6eval_> rakudo 3eceb8: OUTPUT«Class P6protoobject already registered! [...] * masak submits rakudobug <masak> rakudo: class A { method foo {} }; &A::foo !~~ Method <p6eval_> rakudo 3eceb8: OUTPUT«Class P6protoobject already registered! [...] <moritz_> rakudo: say 2 !~~ Int <p6eval_> rakudo 3eceb8: OUTPUT«0» <mathw> Weird <masak> aye <masak> rakudo: say 2 !~~ Sub <p6eval_> rakudo 3eceb8: OUTPUT«Class P6protoobject already registered! [...] <masak> it's the RHS that causes the trouble <mathw> Does it do it with other code-y classes? <masak> please check. :) <moritz_> rakudo: say 2 !~~ Block <p6eval_> rakudo 3eceb8: OUTPUT«Class P6protoobject already registered! [...] <moritz_> rakudo: say 2 !~~ Code <p6eval_> rakudo 3eceb8: OUTPUT«Class P6protoobject already registered! [...] <moritz_> rakudo: say 2 !~~ Routine <p6eval_> rakudo 3eceb8: OUTPUT«Class P6protoobject already registered! [...] <mathw> Yes then <moritz_> rakudo: say 2 !~~ Callable <p6eval_> rakudo 3eceb8: OUTPUT«1»