don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 04:47:25 +0000 (04:47 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 04:47:25 +0000 (04:47 +0000)
commit43d4d5c68e72a81744de7e89e6fd076b16f00314
tree3299019ecb750f37636b98a21bf546d25330b44a
parentd61e7a0a162a2eb170aec7221bbb3cac17b313f1
don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
C<while (my $x = foo()) { my $x = bar(); }> etc.

p4raw-id: //depot/perl@4847
op.c