# New Ticket Created by  Ilya Belikin 
# Please include the string:  [perl #60408]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60408 >


Hi,
I compile 32444 and November die again :(

Our test_deeply use evals, but now it`s broken, example:

my $b = eval '
            sub {
                @_[0].say;
                for 1 { @_[0].perl.say }
            }';

$b("Yay"); # Yay
                # undef

Ilya

Reply via email to