X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FLDAP%2FUser.pm;h=cc447b37b97e68baa07d138a83e67eb3abfb93b1;hb=refs%2Ftags%2Fv0.1002;hp=ce20d4f1f060f5fc9d47114f1084b27679676b56;hpb=be60b1e0d03091dd4df56358a3b282c128341b58;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 ce20d4f..cc447b3 100644 --- a/lib/Catalyst/Authentication/Store/LDAP/User.pm +++ b/lib/Catalyst/Authentication/Store/LDAP/User.pm @@ -46,7 +46,7 @@ use base qw( Catalyst::Authentication::User Class::Accessor::Fast ); use strict; use warnings; -our $VERSION = '0.1001'; +our $VERSION = '0.1002'; BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }