# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #65404]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65404 >
<PerlJam> rakudo: package A::B {}; say A::B.perl;
<p6eval> rakudo ee10f5: OUTPUT«Null PMC access in getprop() [...]
<PerlJam> I wonder if that should work
<masak> it shouldn't throw that error, at least.
* masak submits rakudobug
<PerlJam> right
<jnthn> aye
<jnthn> I'm not entirely sure what it should do.
<jnthn> But not that. Never that. :-)
<PerlJam> rakudo: class A::B {}; say A::B.perl
<p6eval> rakudo ee10f5: OUTPUT«A::B»
<PerlJam> (just checking :)
<masak> rakudo: package A {}; say A.perl
<p6eval> rakudo ee10f5: OUTPUT«Null PMC access in getprop() [...]