# New Ticket Created by hanenkamp # Please include the string: [perl #127267] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127267 >
A missing comma in a parenthetical hash, such as might be found in an enum declaration like this: enum Side ( :Left<left> :Right<right> ); Leads to a cryptic message containing "words" like "QAST" and "NQPMu" without useful line numbers or even a file name. This problem is very easy to reproduce: % perl6 > (:A<a> :B<b>) Unknown QAST node type NQPMu Cheers. -- Sterling Hanenkamp http://sterling.hanenkamp.com/stfl/ 785-370-4454