# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78752] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78752 >
<moritz_> rakudo: my ::A <p6eval> rakudo 5f5bae: OUTPUT«===SORRY!===Malformed my at line 22, near "::A"» <jnthn> std: my ::A; <p6eval> std a194beb: OUTPUT«[31m===[0mSORRY![31m===[0mIllegal redeclaration of symbol 'A' (see line 1) at /tmp/2_oKyMhSZP line 1:------> [32mmy ::A[33m⏏[31m;[0mMultiple prefix constraints not yet supported [...] <moritz_> that's a LTA error * masak submits rakudobug First, the two error messages in Rakudo and STD.pm6 don't agree; they probably should. Second, even the error message of STD.pm6 seems suspect. Why is it a redeclaration?