C<keys %+> should not warn. Don't make scan_ident test for
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 24 Feb 2007 09:29:20 +0000 (09:29 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 24 Feb 2007 09:29:20 +0000 (09:29 +0000)
commite8ae98db8e0325c510ea11398d7cf2a69dfcbcf7
treeb71f970ccd9cdb1cae4980efa4f63958d6bb73e5
parent01c6f5f43bced0924a07064299094b1a8851d0a1
C<keys %+> should not warn. Don't make scan_ident test for
ambiguous unary ops when the following token is a hash identifier.
(like with scalars and arrays)

p4raw-id: //depot/perl@30387
t/lib/warnings/toke
toke.c