# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #122645] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=122645 >
<lizmat> std: $@ <camelia> std 53b3ca6: OUTPUT«ok 00:01 121m» <moritz> m: $@ <camelia> rakudo-moar 54cd8f: OUTPUT«===SORRY!===Unknown QAST node type NQPMu» <moritz> that's LTA * masak submits rakudobug <moritz> TimToady: ^^ return self if $name eq '$' || $name eq '@' || $name eq '%' || $name eq '&'; this probably leaves $/.ast undefined/NQPMu STD seems to think it's not an error at all. So it either should have no error message (and no effect in general), or a better error message.