# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #61108]
# in the subject line of all future correspondence about this issue. 
# <URL: 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 {}'
Could not find non-existent sub our
[...]

Whereas the latter would be synonymous with just 'class', S12 doesn't
explicitly disallow this syntax, so it should probably be legal.

Reply via email to