X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FLDAP%2FUser.pm;h=e0b6e7f9b70fa7cebdacf7afd8654b767c654a85;hb=HEAD;hp=7a6954d4bfa6b2f956cae5a228e68928d1bc86f0;hpb=3e2ae95c27e7119098962c239f205e0367fcba89;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 7a6954d..e0b6e7f 100644 --- a/lib/Catalyst/Authentication/Store/LDAP/User.pm +++ b/lib/Catalyst/Authentication/Store/LDAP/User.pm @@ -51,7 +51,7 @@ use warnings; use Scalar::Util qw/refaddr/; use Net::LDAP::Entry; -our $VERSION = '1.016'; +our $VERSION = '1.017'; BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }