diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-24 16:51:13 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-24 16:51:13 +0000 |
commit | 0858480c587822bc316d0ab82ff83dfc094fbae7 (patch) | |
tree | c1b5caa7eb8caf55e60e1d3ad2f0aacdb45d94c3 | |
parent | 8d7403e622043328cfb0578383ba6695cddabd46 (diff) | |
download | perl-0858480c587822bc316d0ab82ff83dfc094fbae7.tar.gz |
Make sure readpipe without argument can be followed by //
p4raw-id: //depot/perl@30748
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6417,7 +6417,7 @@ Perl_yylex(pTHX) case KEY_readpipe: set_csh(); - UNI(OP_BACKTICK); + UNIDOR(OP_BACKTICK); case KEY_rewinddir: UNI(OP_REWINDDIR); |