# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77736] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77736 >
<masak> buubot: eval END { print "OH HAI\n" }; die "oh noes" <buubot> masak: ERROR: oh noes at (eval 40) line 1. OH HAI <masak> rakudo: END { say "OH HAI" }; die "oh noes" <p6eval> rakudo ea77cc: OUTPUT«oh noes in main program body at line 22:/tmp/FgUuXM3aoF» * masak consults S04 <masak> no mention. * masak submits rakudobug Just to be clear: since there's no mention of any difference in behavior in S04, Rakudo should behave like Perl 5 and execute the END block after printing the &die error message.