From: Dagfinn Ilmari Mannsåker Date: Wed, 26 May 2021 09:55:16 +0000 (+0100) Subject: Version 1.017 X-Git-Tag: v1.017 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-LDAP.git;a=commitdiff_plain;h=2690c1e351ec34f25c67ceae98ce025ad86f3fb1 Version 1.017 --- diff --git a/Changes b/Changes index de26341..5b24ffc 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -1.017 +1.017 26 May 2021 - Minor POD spelling, formatting and link fixes - Add missing dependency on Class::Accessor::Fast (RT#127730) diff --git a/lib/Catalyst/Authentication/Store/LDAP.pm b/lib/Catalyst/Authentication/Store/LDAP.pm index bc44685..b07cccd 100644 --- a/lib/Catalyst/Authentication/Store/LDAP.pm +++ b/lib/Catalyst/Authentication/Store/LDAP.pm @@ -3,7 +3,7 @@ package Catalyst::Authentication::Store::LDAP; use strict; use warnings; -our $VERSION = '1.016'; +our $VERSION = '1.017'; use Catalyst::Authentication::Store::LDAP::Backend; diff --git a/lib/Catalyst/Authentication/Store/LDAP/Backend.pm b/lib/Catalyst/Authentication/Store/LDAP/Backend.pm index bd2276e..d372b4b 100644 --- a/lib/Catalyst/Authentication/Store/LDAP/Backend.pm +++ b/lib/Catalyst/Authentication/Store/LDAP/Backend.pm @@ -74,7 +74,7 @@ use base qw( Class::Accessor::Fast ); use strict; use warnings; -our $VERSION = '1.016'; +our $VERSION = '1.017'; use Catalyst::Authentication::Store::LDAP::User; use Net::LDAP; 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/) }