[Catalyst-commits] r13096 -
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Mar 29 13:58:42 GMT 2010
Author: rafl
Date: 2010-03-29 14:58:42 +0100 (Mon, 29 Mar 2010)
New Revision: 13096
Modified:
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm
Log:
Fix syntax error.
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm 2010-03-29 00:46:29 UTC (rev 13095)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm 2010-03-29 13:58:42 UTC (rev 13096)
@@ -47,7 +47,7 @@
}
} 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;
More information about the Catalyst-commits
mailing list