diff --git a/Webperl/Auth.pm b/Webperl/Auth.pm index 641afb4..a72fa9a 100644 --- a/Webperl/Auth.pm +++ b/Webperl/Auth.pm @@ -303,7 +303,7 @@ sub get_user_authmethod_module { if($authmethod); # If the user doesn't have an AuthMethod set, fall back on the base class. - return AuthMethod -> new(); + return WebPerl::AuthMethod -> new(); } 1;