This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use of strings with code points over 0xFF as arguments to "vec"
authorJames E Keenan <jkeenan@cpan.org>
Mon, 27 May 2019 02:30:40 +0000 (22:30 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 30 May 2019 23:03:28 +0000 (19:03 -0400)
commitda5a0da22ef5f5dd64e1fcdcac2c5ed1c0398085
treefa96c0d6d17bf75bade4cd95a3585c50978f2de0
parentc57372c9fa47e84c987c5804e5247ef5aea9a02d
Use of strings with code points over 0xFF as arguments to "vec"

Implement scheduled fatalization.  Adapt existing tests in t/op/vec.t.
Eliminate t/lib/warnings/doop and move one test to t/op/vec.t.

Document this fatalization in perldiag and perlfunc.

Documentation improvement recommended by Karl Williamson.

For: RT # 134139
MANIFEST
doop.c
pod/perldeprecation.pod
pod/perldiag.pod
pod/perlfunc.pod
t/lib/warnings/doop [deleted file]
t/op/vec.t