https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17190 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley@catalyst.net.nz Status|NEW |Needs Signoff --- Comment #2 from Alex Buckley <alexbuckley@catalyst.net.nz> --- Hi Katrin I am assuming the changes you requested in this bug report were covered by the two minor changes I made in this patch. Test plan: 1. In your terminal view C4/Installer/PerlDependencies.pm and notice that the Mojolicious and swagger2 dependencies which use REST API are optionally required (i.e. have 'required' => '0') 2. Apply this patch 3. View C4/Installer/PerlDependencies.pm again and notice that Mojolicious and swagger2 now have mandatory dependency on REST API (i.e. 'require' => '1') -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.