The tokenizer should expect an operator after qw().
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 24 May 2005 11:22:21 +0000 (11:22 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 24 May 2005 11:22:21 +0000 (11:22 +0000)
commit3480a8d2d46562b783befbcecf951d5a2b4067d7
tree5f87c595612ae7d8e6c1a0582e12448cb275542f
parentb3980c394843d18896023d060cf87f3a509acec8
The tokenizer should expect an operator after qw().
This fixes [perl #35885] qw and x operators doesn't mix

p4raw-id: //depot/perl@24560
t/op/repeat.t
toke.c