View | Details | Raw Unified | Return to bug 15795
Collapse All | Expand All

(-)a/C4/Members.pm (-3 / +3 lines)
Lines 41-52 use Text::Unaccent qw( unac_string ); Link Here
41
use Koha::AuthUtils qw(hash_password);
41
use Koha::AuthUtils qw(hash_password);
42
use Koha::Database;
42
use Koha::Database;
43
43
44
our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug);
45
44
use Module::Load::Conditional qw( can_load );
46
use Module::Load::Conditional qw( can_load );
45
if ( ! can_load( modules => { 'Koha::NorwegianPatronDB' => undef } ) ) {
47
if ( ! can_load( modules => { 'Koha::NorwegianPatronDB' => undef } ) ) {
46
   warn "Unable to load Koha::NorwegianPatronDB";
48
   $debug && warn "Unable to load Koha::NorwegianPatronDB";
47
}
49
}
48
50
49
our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug);
50
51
51
BEGIN {
52
BEGIN {
52
    $VERSION = 3.07.00.049;
53
    $VERSION = 3.07.00.049;
53
- 

Return to bug 15795