Subject: | Use of strings with code points over 0xFF ... is not allowed |
perl 5.27.1 introduced a new fatal deprecation which is causing the test suite to fail:
...
Use of strings with code points over 0xFF as arguments to 1's complement (~) operator is not allowed at t/2-extended.t line 59, <GEN4> line 456.
# Looks like your test exited with 255 just after 3.
t/2-extended.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/7 subtests
Use of strings with code points over 0xFF as arguments to 1's complement (~) operator is not allowed at t/3-ransom.t line 58.
# Looks like your test exited with 9 just after 2.
t/3-ransom.t ....
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 2/4 subtests
...