# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #49175] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=49175 >
Whenever a PAST::Op node gets a non-PAST child, PCT currently throws a cryptic exception message like: Method 'named' not found for invocant of class 'Perl6::Grammar' A better exception message would be something like: Perl6::Grammar ("2") child of PAST::Op cannot be converted to POST. Pm