[perl #76986] multiple use of "my $" in the same scope warns about redeclaration

2011-10-04 Thread Will Coleda via RT
Same behavior in rakudo 7408d6. -- Will "Coke" Coleda

[perl #76986] multiple use of "my $" in the same scope warns about redeclaration

2010-08-04 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #76986] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76986 > [12:13] rakudo: my $ = 'a'; my $ = 4; # hmm [12:14] rakudo efe72c: OUTPUT«===SORRY!===