Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-INIConfig-Extended CPAN distribution.

Report information
The Basics
Id: 121669
Status: new
Priority: 0/
Queue: Mojolicious-Plugin-INIConfig-Extended

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

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



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