This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Re: [ID 20010920.007] q and qq does not work after do
[perl5.git]
/
toke.c
diff --git
a/toke.c
b/toke.c
index
331a71b
..
af117bc
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-4209,7
+4209,7
@@
Perl_yylex(pTHX)
if (*s == '{')
PRETERMBLOCK(DO);
if (*s != '\'')
- s = force_word(s,WORD,
FALS
E,TRUE,FALSE);
+ s = force_word(s,WORD,
TRU
E,TRUE,FALSE);
OPERATOR(DO);
case KEY_die: