# New Ticket Created by Ilya Belikin # Please include the string: [perl #63978] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63978 >
Hi there,
example:
class C {
method foo { eval("':)'.say") }
}
C.foo;
die with:
Null PMC access in inspect_str()
current instr.: 'eval' pc 16074 (src/builtins/control.pir:317)
<...>
Ilya
