From dac55ff239992e6bb1ed09f767a959c771d0210d Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 9 Jan 2013 16:55:31 +0000 Subject: [PATCH] Try again, without the typo. --- Webperl/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;