Fix syntax error.
Florian Ragwitz [Mon, 29 Mar 2010 13:58:42 +0000 (13:58 +0000)]
lib/Catalyst/Authentication/Credential/Password.pm

index 84f254f..b588c7f 100644 (file)
@@ -47,7 +47,7 @@ sub authenticate {
         }
     } else {
         $c->log->debug(
-            . 'Unable to locate user matching user info provided in realm: '
+            'Unable to locate user matching user info provided in realm: '
             . $realm->name
             ) if $c->debug;
         return;