11 Feb
2016
11 Feb
'16
1:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15795 --- Comment #5 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Magnus Enger from comment #4)
How about getting rid of both the if and the warn? So ... this:
use Module::Load::Conditional qw( can_load ); can_load( modules => { 'Koha::NorwegianPatronDB' => undef } );
While functional, I think warns are a good thing. I would rather keep the potential to warn, hence my patch. -- You are receiving this mail because: You are watching all bug changes.