# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125899] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125899 >
<moritz> m: my $x will leave { "say $x" }; $x = 5 <camelia> rakudo-moar f7cfe9: OUTPUT«===SORRY!=== Error while compiling /tmp/HBm06yJTOmVariable '$x' is not declared [...] <moritz> huh? <moritz> that looks wrong <masak> looks like a bug to me. <masak> $x is declared at that point. <masak> moritz: want me to rakudobug it? <moritz> masak: yes please * masak does <masak> m: my $x will enter { say $x } = 2 <camelia> rakudo-moar f7cfe9: OUTPUT«===SORRY!=== Error while compiling /tmp/qLbm4QEvKzVariable '$x' is not declared [...]