Skip Menu |

This queue is for tickets about the Config-IOD-Reader CPAN distribution.

Report information
The Basics
Id: 111786
Status: resolved
Priority: 0/
Queue: Config-IOD-Reader

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

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



Subject: Deprecation warnings with perl 5.23.6 and later
There are new deprecations in bleadperl which show up in Config-IOD-Reader's test suite: Use of strings with code points over 0xFF as arguments to 1's complement (~) operator is deprecated at /tmp/loop_over_bdir-9467-bDsv_y/Config-IOD-Reader-0.20-CaoHfv/blib/lib/Config/IOD/Base.pm line 397, <$fh> chunk 1. Use of code point 0xFFFFFFFFFFFFFFC4 is deprecated; the permissible max is 0x7FFFFFFFFFFFFFFF at /tmp/loop_over_bdir-9467-bDsv_y/Config-IOD-Reader-0.20-CaoHfv/blib/lib/Config/IOD/Base.pm line 397, <$fh> chunk 1. The latter is repeated many times and leads to huge test reports. A sample report: http://www.cpantesters.org/cpan/report/6b0e2d64-ca8e-11e5-abb2-1820817e3395
On Thu, 4 Feb 2016 21:21:47 GMT, SREZIC wrote: Show quoted text
> There are new deprecations in bleadperl which show up in Config-IOD- > Reader's test suite: > > Use of strings with code points over 0xFF as arguments to 1's > complement (~) operator is deprecated at /tmp/loop_over_bdir-9467- > bDsv_y/Config-IOD-Reader-0.20-CaoHfv/blib/lib/Config/IOD/Base.pm line > 397, <$fh> chunk 1. > Use of code point 0xFFFFFFFFFFFFFFC4 is deprecated; the permissible > max is 0x7FFFFFFFFFFFFFFF at /tmp/loop_over_bdir-9467-bDsv_y/Config- > IOD-Reader-0.20-CaoHfv/blib/lib/Config/IOD/Base.pm line 397, <$fh> > chunk 1. > > The latter is repeated many times and leads to huge test reports. > > A sample report: > http://www.cpantesters.org/cpan/report/6b0e2d64-ca8e-11e5-abb2- > 1820817e3395
So the inchworm (~~, perlsecret) operator is no good now? Sigh. Released update.
On 2016-02-05 05:33:25, PERLANCAR wrote: Show quoted text
> On Thu, 4 Feb 2016 21:21:47 GMT, SREZIC wrote:
> > There are new deprecations in bleadperl which show up in Config-IOD- > > Reader's test suite: > > > > Use of strings with code points over 0xFF as arguments to 1's > > complement (~) operator is deprecated at /tmp/loop_over_bdir-9467- > > bDsv_y/Config-IOD-Reader-0.20-CaoHfv/blib/lib/Config/IOD/Base.pm line > > 397, <$fh> chunk 1. > > Use of code point 0xFFFFFFFFFFFFFFC4 is deprecated; the permissible > > max is 0x7FFFFFFFFFFFFFFF at /tmp/loop_over_bdir-9467-bDsv_y/Config- > > IOD-Reader-0.20-CaoHfv/blib/lib/Config/IOD/Base.pm line 397, <$fh> > > chunk 1. > > > > The latter is repeated many times and leads to huge test reports. > > > > A sample report: > > http://www.cpantesters.org/cpan/report/6b0e2d64-ca8e-11e5-abb2- > > 1820817e3395
> > So the inchworm (~~, perlsecret) operator is no good now? Sigh. > Released update.
Maybe it's not too late to complain on perl5 porters... still three or four months until the next stable perl release.