# New Ticket Created by Carlin Bingham # Please include the string: [perl #69236] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69236 >
< carlin> rakudo: sub foo { say 'foo'; }; undefine foo; foo; <+p6eval> rakudo 0d77e4: OUTPUT«foomaximum recursion depth exceededin method IO::print (src/gen_setting.pm:1308)called from method IO::print (src/gen_setting.pm:1308)called from method IO::print (src/gen_setting.pm:1308)called from method IO::print (src/gen_setting.pm:1308)called from method IO::print <+p6eval> ..(src/… -- Carlin