http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15182 --- Comment #10 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 44844 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44844 [SIGNED-OFF]Bug 15182: Continue to consider Crypt::GCrypt optional Review of attachment 44844: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15182&attachment=44844) ----------------------------------------------------------------- ::: C4/Members.pm @@ +42,5 @@
use Koha::Database; + +use Module::Load::Conditional qw( can_load ); +if ( can_load( modules => { 'Koha::NorwegianPatronDB' => undef } ) ) { + load Koha::NorwegianPatronDB, qw( NLUpdateHashedPIN NLEncryptPIN NLSync );
Perhaps "load" should be replaced with "Module::Load::load". I don't know why it's working for others, but I'm guessing that will fix it for her... -- You are receiving this mail because: You are watching all bug changes.