diff options
author | Karl Williamson <khw@cpan.org> | 2017-01-13 13:53:17 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-01-19 10:24:01 -0700 |
commit | 8bafd282a6fa128ebec02d04e12692c4b75a7d3f (patch) | |
tree | bac685b40b8c5838bad6163602e9ececa8974dfb /pod/perlop.pod | |
parent | 92ff660bc8c29480a311c0b95430f16c175961db (diff) | |
download | perl-8bafd282a6fa128ebec02d04e12692c4b75a7d3f.tar.gz |
Fix bug with a digit range under re 'strict'
"use re 'strict" is supposed to warn if a range whose start and end
points are digits aren't from the same group of 10. For example, if you
mix Bengali and Thai digits. It wasn't working properly for 5 groups of
mathematical digits starting at U+1D7E. This commit fixes that, and
refactors the code to bail out as soon as it discovers that no warning
is warranted, instead of doing unnecessary work.
Diffstat (limited to 'pod/perlop.pod')
0 files changed, 0 insertions, 0 deletions