Skip Menu |

This queue is for tickets about the XML-Literal CPAN distribution.

Report information
The Basics
Id: 129053
Status: new
Priority: 0/
Queue: XML-Literal

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

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



Subject: File::Glob::glob() was removed in perl 5.30
The test suite fails with bleadperl (e.g. 5.29.9): ... PERL_DL_NONLAZY=1 "/opt/perl-5.29.9/bin/perl5.29.9" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t File::Glob::glob() was removed in perl 5.30. Use File::Glob::bsd_glob() instead. at /opt/perl-5.29.9/lib/5.29.9/x86_64-linux/File/Glob.pm line 76. # Looks like you planned 7 tests but only ran 1. # Looks like your test died just after 1. t/01-basic.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 6/7 subtests ...
On 2019-04-07 15:15:59, SREZIC wrote: Show quoted text
> The test suite fails with bleadperl (e.g. 5.29.9):
More exactly, the test suite started to fail since perl 5.29.4. Show quoted text
> > ... > PERL_DL_NONLAZY=1 "/opt/perl-5.29.9/bin/perl5.29.9" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', > 'blib/arch')" t/*.t > File::Glob::glob() was removed in perl 5.30. Use > File::Glob::bsd_glob() instead. at /opt/perl- > 5.29.9/lib/5.29.9/x86_64-linux/File/Glob.pm line 76. > # Looks like you planned 7 tests but only ran 1. > # Looks like your test died just after 1. > t/01-basic.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 6/7 subtests > ...