X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FLDAP%2FBackend.pm;h=915b89d2881e953d1ad79c36c7a9009574e1b1c0;hb=1f800a61d6c9bc955ebf578cd8fbf1059f6896bc;hp=d26b629814e3a4e998c7cdadbbe893e8c89fb827;hpb=714f0c1659fccf1f55e9af25f6077c2b9dc2754a;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/lib/Catalyst/Authentication/Store/LDAP/Backend.pm b/lib/Catalyst/Authentication/Store/LDAP/Backend.pm index d26b629..915b89d 100644 --- a/lib/Catalyst/Authentication/Store/LDAP/Backend.pm +++ b/lib/Catalyst/Authentication/Store/LDAP/Backend.pm @@ -78,7 +78,7 @@ use base qw( Class::Accessor::Fast ); use strict; use warnings; -our $VERSION = '0.1003_01'; +our $VERSION = '0.1003'; use Catalyst::Authentication::Store::LDAP::User; use Net::LDAP;