diff options
author | Zefram <zefram@fysh.org> | 2010-04-30 20:23:59 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-05-03 16:27:38 +0200 |
commit | 1183a10042af0734ee65e252f15bd820b7bbe686 (patch) | |
tree | 3654c6aa7af319c12327fa8df46f848848ffb23c /MANIFEST | |
parent | 9702b155e486f017ed2d6a28ec16132482f38d90 (diff) | |
download | perl-1183a10042af0734ee65e252f15bd820b7bbe686.tar.gz |
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
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4188,6 +4188,7 @@ t/cmd/mod.t See if statement modifiers work t/cmd/subval.t See if subroutine values work t/cmd/switch.t See if switch optimizations work t/cmd/while.t See if while loops work +t/comp/binary_num.t See if bin/oct/hex numbers are parsed right t/comp/bproto.t See if builtins conform to their prototypes t/comp/cmdopt.t See if command optimization works t/comp/colon.t See if colons are parsed correctly |