Fixed missing load of Logging::die_log

This commit is contained in:
Chris 2012-03-19 12:37:24 +00:00
parent 9afd5b52ec
commit 3fd61a9bfd
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -26,6 +26,7 @@ package AuthMethods;
use strict;
use Module::Load;
use Logging qw(die_log);
our $errstr;