On Sat, Sep 26, 2009 at 09:44:53AM -0700, Olivier Mengué wrote: > # New Ticket Created by Olivier Mengué > # Please include the string: [perl #69406] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69406 > > > rakudo: say PROCESS.WHAT > rakudo e33d20: OUTPUT«Null PMC access in getprop()»
Rakudo doesn't understand "PROCESS" as a lexical namespace yet, thus it gets a Null PMC access. We'll likely fix this when we rework namespaces a bit. Pm
