On Sat Feb 13 20:08:16 2016, lloyd.fo...@gmail.com wrote:
> sub foo { };
> my $a = anon sub foo { }
> 
> ===SORRY!=== Error while compiling -e
> Redeclaration of routine foo
> at -e:1
> 
> Since anon is not going to install the symbol in any scope this is a false
> positive. Will fix if I get a chance.

Fixed it and did a little code cleanup in the area. Tested in 
S06-routine-modifiers/scoped-named-subs.t.

Reply via email to