With the pushing of Bug 17932, we now have to add Mojolicious as a required module to Koha. Otherwise, bad things happen, since Koha::Object uses Mojo::JSON. I don't think this is necessarily a bad thing. Mojolicious is an easy install and maybe we could start using it more anyway. Hello new OPAC...
Created attachment 61593 [details] [review] Bug 18326 - Add Mojolicious as a required dependency Since Bug 17932 was pushed and adds Mojo::JSON to Koha::Object, it's necessary to specify Mojolicious as a required module. _TEST PLAN_ 1. Run: perl koha_perl_deps.pl -a -r -c 2. Make sure that Mojolicious is in the output
Maybe bug 18290 could provide an alternative solution.
(In reply to Tomás Cohen Arazi from comment #2) > Maybe bug 18290 could provide an alternative solution. Sounds good to me. I've already installed Mojolicious so that I can continue to use Koha master, but an alternative solution seems reasonable!
I think this patch might be obsolete - it's already marked required on master: }, 'Mojolicious' => { 'usage' => 'REST API', 'required' => '1', 'min_ver' => '6.0', }, Not sure which status... choosing to close, please reopen if I am mistaken.