X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FLDAP%2FUser.pm;h=8141bc840632ae70d9decb501d88903eda34edd9;hb=2d7fcddedf837e0e9265e6ab85d45df29b0e40fe;hp=b3cb98273e8dba3fb96749db56709510bb463103;hpb=bc77ff45fe40b52d43d7c2c3a5c80b061efdfbbb;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/lib/Catalyst/Authentication/Store/LDAP/User.pm b/lib/Catalyst/Authentication/Store/LDAP/User.pm index b3cb982..8141bc8 100644 --- a/lib/Catalyst/Authentication/Store/LDAP/User.pm +++ b/lib/Catalyst/Authentication/Store/LDAP/User.pm @@ -50,7 +50,7 @@ use strict; use warnings; use Scalar::Util qw/refaddr/; -our $VERSION = '1.010'; +our $VERSION = '1.011'; BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }