# New Ticket Created by "Brian S. Julin" # Please include the string: [perl #127304] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127304 >
Known NYI, filing to give it a ticket number. "anon" scoped subs should be visible inside themselves. Example from S06: $ perl6 -e 'my $secret = anon sub tract($n) { say $n; tract($n-1) if $n };' ===SORRY!=== Error while compiling -e Undeclared routine: tract used at line 1