[perl #126987] LTA error message when trying to use parens to declare enums (enum Animal (Cat, Dog))

2015-12-23 Thread jn...@jnthn.net via RT
On Tue Dec 22 05:30:41 2015, alex.jakime...@gmail.com wrote: > Code: > enum Animal (Cat, Dog) > > Result: > ===SORRY!=== > Cannot invoke this object > > > Well, the error message is not so good, but you can say “who is going to do > that anyway?”. Well, consider this: > > Code: > enum Animal

[perl #126987] LTA error message when trying to use parens to declare enums (enum Animal (Cat, Dog))

2015-12-22 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126987] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126987 > Code: enum Animal (Cat, Dog) Result: ===SORRY!=== Cannot invoke this object Well,