Re: [Koha-devel] Location of plugins in @INC

2020-11-11 Thread Julian Maurice
Le 11/11/2020 à 01:17, dc...@prosentient.com.au a écrit : Hi all, I was talking about how we could override default Koha modules with customized versions by just making sure those modules were located earlier in @INC. That got me thinking… at the moment we put Koha Plugins at the bottom of

Re: [Koha-devel] Location of plugins in @INC

2020-11-11 Thread dcook
I wouldn't say impossible to maintain, but that's a good point about competing plugins trying to override the same modules. Your critique of my @INC idea would also apply to giving plugins access to the Mojolicious router though. Overriding via plugins is probably not a sensible solution. I a