diff --git a/Webperl/Auth.pm b/Webperl/Auth.pm index a72fa9a..b23623a 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 WebPerl::AuthMethod -> new(); + return Webperl::AuthMethod -> new(); } 1;