From: Florian Ragwitz Date: Mon, 29 Mar 2010 13:58:42 +0000 (+0000) Subject: Fix syntax error. X-Git-Tag: v0.10017~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Authentication.git;a=commitdiff_plain;h=f2ef1123b49c657f659a4bd1aedb9c7b5342f045 Fix syntax error. --- diff --git a/lib/Catalyst/Authentication/Credential/Password.pm b/lib/Catalyst/Authentication/Credential/Password.pm index 84f254f..b588c7f 100644 --- a/lib/Catalyst/Authentication/Credential/Password.pm +++ b/lib/Catalyst/Authentication/Credential/Password.pm @@ -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;