[perl #63690] Enums with parenthesis

2009-05-01 Thread jn...@jnthn.net via RT
On Sat Mar 07 11:20:29 2009, moritz wrote: > Rakudo is too strict while parsing enum expressions: > > 20:18 <@moritz_> rakudo: say enum Foo ('foo', 'bar') > 20:19 < p6eval> rakudo f6cdf9: OUTPUT«Statement not terminated properly > at line > 1, near "('foo', 'b"␤␤current instr.: > '

[perl #63690] Enums with parenthesis

2009-03-07 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #63690] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63690 > Rakudo is too strict while parsing enum expressions: 20:18 <@moritz_> rakudo: say enum F