Subject: | "slurp" is not exported by the Mojo::Util module |
With recent Mojolicious versions I see the following failure when running the test suite:
....
# Failed test '->inherit needs an array reference of config files'
# at t/009-override_config.t line 27.
# expecting: Regexp ((?^:config_files key expects an ARRAYREF))
# found: Mojo::Exception ("slurp" is not exported by the Mojo::Util module
# Can't continue after import errors at /tmpfs/.cpan-build-cpansand/2017051321/Mojolicious-Plugin-INIConfig-Extended-0.06-0/t/../lib/Mojolicious/Plugin/INIConfig/Extended.pm line 5.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017051321/Mojolicious-Plugin-INIConfig-Extended-0.06-0/t/../lib/Mojolicious/Plugin/INIConfig/Extended.pm line 5.
# Compilation failed in require at (eval 104) line 1.
# )
....