This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix parse error on C<{ use strict }> and other constructs that
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 6 Feb 2000 17:00:49 +0000 (17:00 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 6 Feb 2000 17:00:49 +0000 (17:00 +0000)
commit18b095192e336ba31465f4d3dab1ecc90871c3a9
treebf4f20c33e798d5ca02aa71048c2cc3fc61a1807
parent9f060c8460ee304e7b59ae63ddd9ac34aa15b320
fix parse error on C<{ use strict }> and other constructs that
make the parser reenter while LEX_KNOWNEXT is active

p4raw-id: //depot/perl@5004
t/comp/use.t
toke.c