This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use of code points over 0xFF in string bitwise operators
authorJames E Keenan <jkeenan@cpan.org>
Mon, 27 May 2019 17:18:10 +0000 (13:18 -0400)
committerKarl Williamson <khw@cpan.org>
Fri, 31 May 2019 21:55:49 +0000 (15:55 -0600)
commitc8b94fe0369af7071d2cfe1221aeb0b9f6c4d284
tree096aba503fc6810118090b08f4f4c7a175cf55c6
parent3a24361c312f212fa5f30c608e0c1891c8cb3ba8
Use of code points over 0xFF in string bitwise operators

Implement complete fatalization.  Some instances of these were fatalized
in 5.28.  However, in cases where the wide characters did not affect the
end result, no deprecation notice was raised.  So they remained legal,
though deprecated.  Now, all occurrences are fatal (as of 5.32).

Modify source code in doop.c.  Adapt test file.  Update perldiag and
perldeprecation.

For:  RT 134140

(Commiter changed a verb to past tense in the pod)
doop.c
pod/perldeprecation.pod
pod/perldiag.pod
t/op/bop.t