# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64688] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64688 >
On Rakudo 679e480 and Parrot r38094, the following happens when one tries to execute a 'use' statement within a class body: $ perl6 -e 'class A; use Test' Null PMC access in set_pmc_keyed() [...] Semicolon or block syntax on the class decl ist egal. So is using 'module', 'package' or 'grammar'.