# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60814] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60814 >
<ruoso> rakudo: class foo { }; say foo; <p6eval> rakudo 33193: OUTPUT[invoke() not implemented in class 'foo'current instr.: '_block11' pc 19 (EVAL_11:13)] <jnthn> Yes, now you've found the "can't have a class with a lowercase name" thingy in Rakudo. :-)_ <jnthn> (We aren't registering stuff in the namespace as we go yet, so we use "does it start with an uppercase letter" as a heuristic) <masak> is there a ticket for that? <jnthn> masak: I dunno, but there's a grant proposal for it. ;-) * masak makes a ticket, Justin Case