Subject: | Use of strings with code points over 0xFF as arguments to bitwise and (&) operator is not allowed |
t/dump_javascript.t fails with perl 5.31.x:
...
Use of strings with code points over 0xFF as arguments to bitwise and (&) operator is not allowed at /usr/home/cpansand/.cpan/build/2019100120/Data-Dump-JavaScript-0.001-5/blib/lib/Data/Dump/JavaScript.pm line 127.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 7.
t/dump_javascript.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
All 7 subtests passed
...