Skip Menu |

This queue is for tickets about the CGI-IDS CPAN distribution.

Report information
The Basics
Id: 122256
Status: new
Priority: 0/
Queue: CGI-IDS

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.0217
Fixed in: (no value)



Subject: Use of code point 0x8000000000000000 is not allowed
t/01-ids.t started to fail with perl 5.27.1 because of a new incompatible change: ... Use of code point 0x8000000000000000 is not allowed; the permissible max is 0x7FFFFFFFFFFFFFFF at t/01-ids.t line 127. # Looks like your test exited with 255 just after 10. t/01-ids.t ........... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 69/79 subtests ... See also https://perl5.git.perl.org/perl.git/blob/HEAD:/pod/perl5271delta.pod#l85
On 2017-06-27 13:54:33, SREZIC wrote: Show quoted text
> t/01-ids.t started to fail with perl 5.27.1 because of a new > incompatible change: > > ... > Use of code point 0x8000000000000000 is not allowed; the permissible > max is 0x7FFFFFFFFFFFFFFF at t/01-ids.t line 127. > # Looks like your test exited with 255 just after 10. > t/01-ids.t ........... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 69/79 subtests > ... > > > See also > https://perl5.git.perl.org/perl.git/blob/HEAD:/pod/perl5271delta.pod#l85
In the meantime, perl 5.28.0 (current stable perl version) is out. The problem still persists.