# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61354] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61354 >
Rakudo r33860 dies when an eval inside a class contains a method declaration. $ cat inject-method-via-eval class A { eval 'method x { say "OH HAI" }' } $ perl6 inject-method-via-eval Segmentation fault