# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76382] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76382 >
$ perl6 -e 'class C {}; say defined C # right' 0 $ perl6 -e 'role R {}; say defined R # RONG' 1