At the moment, t/00-load.t is trying to load Koha::SearchEngine, which failes when Moose is not installed.
Created attachment 13376 [details] [review] Bug 9054: 00-load should not try to load modules with optional dependencies Prior to this patch, t/00-load.t was trying to load Koha::SearchEngine, which fails when Moose is not installed.
Applies fine, and works as long as bug 9036 is applied first.
Created attachment 13378 [details] [review] Bug 9054: 00-load should not try to load modules with optional dependencies Prior to this patch, t/00-load.t was trying to load Koha::SearchEngine, which fails when Moose is not installed. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Oops, my fault. Good catch Jared. Marked as Passed QA
This patch has been pushed to master.
Patch pushed to branch 3.10.x
Works in current master.