On Wed Dec 17 13:43:49 2008, masak wrote:
> <[particle]> rakudo: enum Object; say Object::Failure;
> [particle]: shouldn't defining an enum called 'Object'
> constitute an error of some sort?
> <[particle]> sure looks like a bug to me
> * masak reports
As of r36096, this now gives a compile time
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61444]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61444 >
<[particle]> rakudo: enum Object; say Object::Failure;
[particle]: shouldn't defining a