tweak "0x123.456" deprecation
authorZefram <zefram@fysh.org>
Fri, 30 Apr 2010 19:23:59 +0000 (20:23 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Mon, 3 May 2010 14:27:38 +0000 (16:27 +0200)
commit1183a10042af0734ee65e252f15bd820b7bbe686
tree3654c6aa7af319c12327fa8df46f848848ffb23c
parent9702b155e486f017ed2d6a28ec16132482f38d90
tweak "0x123.456" deprecation

Some improvements to the deprecation added in commit
6fb472bab4fadd0ae2ca9624b74596afab4fb8cb:

- warning message includes the word "deprecated"
- warning is in "syntax" category as well as "deprecated"
- more systematic tests
- dot detected more efficiently by incorporation into existing switch
- small doc rewording
- avoid the warning in t/op/taint.t
MANIFEST
pod/perldiag.pod
t/comp/binary_num.t [new file with mode: 0644]
t/lib/warnings/toke
t/op/taint.t
toke.c