Subject: | "slurp" is not exported by the Mojo::Util module |
Mojolicious 7.31 removed a number of functions, causing test failures:
...
PERL_DL_NONLAZY=1 "/bbbike/perl-5.18.4/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
"slurp" is not exported by the Mojo::Util module
Can't continue after import errors at /tmpfs/.cpan-build-cpansand/2017042606/Mojolicious-Plugin-INIConfig-0.03-0/blib/lib/Mojolicious/Plugin/INIConfig.pm line 5.
BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042606/Mojolicious-Plugin-INIConfig-0.03-0/blib/lib/Mojolicious/Plugin/INIConfig.pm line 5.
Compilation failed in require at (eval 94) line 1.
# Looks like your test exited with 255 just after 1.
t/ini_config_lite_app.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
"slurp" is not exported by the Mojo::Util module
Can't continue after import errors at /tmpfs/.cpan-build-cpansand/2017042606/Mojolicious-Plugin-INIConfig-0.03-0/blib/lib/Mojolicious/Plugin/INIConfig.pm line 5.
BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042606/Mojolicious-Plugin-INIConfig-0.03-0/blib/lib/Mojolicious/Plugin/INIConfig.pm line 5.
Compilation failed in require at (eval 94) line 1.
t/ini_config_mode_lite_app.t .. skipped: (no reason given)
...