# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #100838]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=100838 >


$ perl6 --target=pir -e 'enum A <b c>'
===SORRY!===
PAST::Compiler can't compile node of type A

$ perl6 -e 'enum A <b c>'
$

Reply via email to