On Tue Jun 16 15:03:41 2009, masak wrote:
> rakudo: enum A ; say A.b
> rakudo 952fe6: OUTPUT�Null PMC access in get_string() [...]
> * masak submits rakudobug
> (yes, I know it should be A::b)
This has a test that is passing (S02-types/enum.t). Fudged remaining test and
added it to the
specte
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #66648]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66648 >
rakudo: enum A ; say A.b
rakudo 952fe6: OUTPUT«Null PMC access in get_string() [...]
*