[Catalyst-commits] r11537 -
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Thu Oct 15 15:09:38 GMT 2009
Author: t0m
Date: 2009-10-15 15:09:37 +0000 (Thu, 15 Oct 2009)
New Revision: 11537
Modified:
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm
Log:
Note here
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 2009-10-15 15:09:14 UTC (rev 11536)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm 2009-10-15 15:09:37 UTC (rev 11537)
@@ -13,7 +13,8 @@
sub new {
my ($class, $config, $app, $realm) = @_;
-
+
+ # Note _config is horrible back compat hackery!
my $self = { _config => $config };
bless $self, $class;
More information about the Catalyst-commits
mailing list