summaryrefslogtreecommitdiff
path: root/globvar.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-01-11 10:00:32 -0700
committerKarl Williamson <khw@cpan.org>2020-01-23 15:46:55 -0700
commitdc4a6683f83a4b8a2cbab4c2a31f790d4b77dc4e (patch)
tree04ca0ff3b37bd359b116126cf1a9dfefbc7f63c9 /globvar.sym
parent4f0ec493defafda25cdb173ade6d15861cd9a1db (diff)
downloadperl-dc4a6683f83a4b8a2cbab4c2a31f790d4b77dc4e.tar.gz
Warn on too high a code point if portable warn enabled
"use warnings 'portable'" is supposed to warn if a value won't fit on a 32 bit platform. For the UTF-8 conversion functions it wasn't. This is still overridden if the flags to these functions call for no warnings to be generated, but this commit changes it so that if the portable category is enabled, but not the non_unicode category, warnings are generated for the code points that won't work on a 32-bit platform.
Diffstat (limited to 'globvar.sym')
0 files changed, 0 insertions, 0 deletions