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
...