Merge 'better_model_integration' into 'trunk'
Tomas Doran [Thu, 10 Dec 2009 17:25:49 +0000 (17:25 +0000)]
r27890@omni (orig r10888):  t0m | 2009-07-15 11:16:11 +0100
Brush up this patch to something more sensible and documented

1  2 
lib/Catalyst/Authentication/Store/LDAP/User.pm

@@@ -49,9 -49,9 +49,9 @@@ use base qw( Catalyst::Authentication::
  use strict;
  use warnings;
  
 -our $VERSION = '0.1004';
 +our $VERSION = '0.1005';
  
- BEGIN { __PACKAGE__->mk_accessors(qw/user store _ldap_connection/) }
+ BEGIN { __PACKAGE__->mk_accessors(qw/user store _ldap_connection_password/) }
  
  use overload '""' => sub { shift->stringify }, fallback => 1;