Subject: | File::Glob still imports glob and triggers fail with 5.25.9 |
5.02.05.2 switched to bsd_glob for t/90_ivp_common.pl but https://metacpan.org/source/JV/EekBoek-2.02.05.2/lib/EB/Report/GenBase.pm#L24 still has this line:
use File::Glob qw(:glob); # glob that allows space (for Windows);
So I still see a failing test:
t/91_ivp_sqlite.t ..... 12/129 File::Glob::glob() will disappear in perl 5.30. Use File::Glob::bsd_glob() instead. at /tmp/loop_over_bdir-9272-69DidK/EekBoek-2.02.05.2-0/blib/lib/EB/Report/GenBase.pm line 230.
=== IVP afgebroken ===
Compilation failed in require at t/91_ivp_sqlite.t line 16.
# Looks like your test exited with 255 just after 12.
Greetings,