Note here
Tomas Doran [Thu, 15 Oct 2009 15:09:37 +0000 (15:09 +0000)]
lib/Catalyst/Authentication/Credential/Password.pm

index 57dbd74..f08fa4c 100644 (file)
@@ -13,7 +13,8 @@ __PACKAGE__->mk_accessors(qw/_config realm/);
 
 sub new {
     my ($class, $config, $app, $realm) = @_;
-    
+
+    # Note _config is horrible back compat hackery!
     my $self = { _config => $config };
     bless $self, $class;