Note here
[catagits/Catalyst-Plugin-Authentication.git] / 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;