Skip Menu |

This queue is for tickets about the File-Write-Rotate CPAN distribution.

Report information
The Basics
Id: 115088
Status: resolved
Priority: 0/
Queue: File-Write-Rotate

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

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



From: gregoa [...] cpan.org
Subject: libfile-write-rotate-perl: Use of code point 0xFFFFFFFFFFFFD9C5 is deprecated
We have the following bug reported to the Debian package of File-Write-Rotate (https://bugs.debian.org/826420): It doesn't seem to be a bug in the packaging, so you may want to take a look. Thanks! ------8<-----------8<-----------8<-----------8<-----------8<----- From: Niko Tyni <ntyni@debian.org> To: submit@bugs.debian.org Subject: libfile-write-rotate-perl: Use of code point 0xFFFFFFFFFFFFD9C5 is deprecated Date: Sun, 5 Jun 2016 16:37:50 +0300 Package: libfile-write-rotate-perl Version: 0.29-1 Severity: minor User: debian-perl@lists.debian.org Usertags: perl-5.24-transition The test suite of this package triggers deprecation warnings on Perl 5.24 (currently in experimental): Use of strings with code points over 0xFF as arguments to 1's complement (~) operator is deprecated at t/write.t line 51. Use of code point 0xFFFFFFFFFFFFD9C5 is deprecated; the permissible max is 0x7FFFFFFFFFFFFFFF at t/write.t line 51. Use of code point 0xFFFFFFFFFFFFD9C5 is deprecated; the permissible max is 0x7FFFFFFFFFFFFFFF in 1's complement (~) at t/write.t line 51. Use of strings with code points over 0xFF as arguments to 1's complement (~) operator is deprecated at t/write.t line 51. Use of code point 0xFFFFFFFFFFFFD9C5 is deprecated; the permissible max is 0x7FFFFFFFFFFFFFFF in 1's complement (~) at t/write.t line 51. Use of strings with code points over 0xFF as arguments to 1's complement (~) operator is deprecated at t/write.t line 51. Use of code point 0xFFFFFFFFFFFFD9C5 is deprecated; the permissible max is 0x7FFFFFFFFFFFFFFF at t/write.t line 51. Use of code point 0xFFFFFFFFFFFFD9C5 is deprecated; the permissible max is 0x7FFFFFFFFFFFFFFF in 1's complement (~) at t/write.t line 51. Use of strings with code points over 0xFF as arguments to 1's complement (~) operator is deprecated at t/write.t line 51. Use of code point 0xFFFFFFFFFFFFD9C5 is deprecated; the permissible max is 0x7FFFFFFFFFFFFFFF in 1's complement ( ~) at t/write.t line 51. A full build log is available at http://perl.debian.net/rebuild-logs/perl-5.24-throwaway/libfile-write-rotate-perl_0.29-1/ -- Niko Tyni ntyni@debian.org ------8<-----------8<-----------8<-----------8<-----------8<----- Thanks for considering, gregor herrmann, Debian Perl Group
Fixed. commit 034c3fe Author: perlancar (@pc-home) <perlancar@gmail.com> Date: Mon Jun 6 09:07:50 2016 +0700 Replace inchworm operator with plain 'scalar', causes error in 5.24+ [RT#115088] (ref: RT#111786)