On Mon Dec 29 08:40:57 2008, masak wrote:
> S12:
>
> To declare a lexically scoped class, use my class.
>
> This currently does not work in Rakudo.
Lexical class declarations now work, and I've enabled the tests written
for this ticket (and written several more on top of it - we're not
perfect y
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61108]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61108 >
$ perl6 -e 'my class A {}'
Could not find non-existent sub my
$ perl6 -e 'our class A {