Bug 9054: 00-load should not try to load modules with optional dependencies
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 10 Nov 2012 19:05:13 +0000 (14:05 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 12 Nov 2012 23:43:16 +0000 (18:43 -0500)
commit3ce177263b3178db4e8640fe832fe15466de25b0
treef240016969e6baec7632212a6d5dcc9831de0b40
parent8263f5bdb4959100fbff494be03f8fc1b8c73de1
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>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
t/00-load.t