On Thu Oct 25 05:16:59 2018, SREZIC wrote:
Show quoted text> The test suite started to fail with bleadperl (e.g. perl 5.29.4):
>
> ...
> sysread() isn't allowed on :utf8 handles at
> /home/cpansand/.cpan/build/2018102508/qbit-2.6-3/blib/lib/qbit/File.pm
> line 76.
> # Looks like your test exited with 255 before it could output
> anything.
> t/file.t .......
> Dubious, test returned 255 (wstat 65280, 0xff00)
> Failed 2/2 subtests
> ...
same issue with perl 5.28.0
____
make test
PERL_DL_NONLAZY=1 "/usr/local/cpanel/3rdparty/perl/528/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/array.t ...... ok
t/date.t ....... ok
t/exception.t .. ok
t/file.t ....... sysread() is deprecated on :utf8 handles. This will be a fatal error in Perl 5.30 at /root/.cpanm/work/1540479658.21718/qbit-2.6/blib/lib/qbit/File.pm line 76.
sysread() is deprecated on :utf8 handles. This will be a fatal error in Perl 5.30 at /root/.cpanm/work/1540479658.21718/qbit-2.6/blib/lib/qbit/File.pm line 76.
t/file.t ....... 1/2 sysread() is deprecated on :utf8 handles. This will be a fatal error in Perl 5.30 at /root/.cpanm/work/1540479658.21718/qbit-2.6/blib/lib/qbit/File.pm line 76.
sysread() is deprecated on :utf8 handles. This will be a fatal error in Perl 5.30 at /root/.cpanm/work/1540479658.21718/qbit-2.6/blib/lib/qbit/File.pm line 76.
t/file.t ....... ok
t/gettext.t .... ok
t/hash.t ....... ok
t/package.t .... ok
t/string.t ..... ok
All tests successful.
Files=8, Tests=82, 3 wallclock secs ( 0.09 usr 0.01 sys + 2.13 cusr 0.21 csys = 2.44 CPU)