Fixed missing load of Logging::die_log
This commit is contained in:
parent
9afd5b52ec
commit
3fd61a9bfd
@ -44,6 +44,7 @@
|
||||
package AppUser;
|
||||
|
||||
use strict;
|
||||
use Logging qw(die_log);
|
||||
|
||||
use constant ANONYMOUS_ID => 1; # Default anonymous user id.
|
||||
use constant ADMIN_TYPE => 3; # User type for admin users.
|
||||
|
@ -26,6 +26,7 @@ package AuthMethods;
|
||||
|
||||
use strict;
|
||||
use Module::Load;
|
||||
use Logging qw(die_log);
|
||||
|
||||
our $errstr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user