Version 1.017 master v1.017
Dagfinn Ilmari Mannsåker [Wed, 26 May 2021 09:55:16 +0000 (10:55 +0100)]
Changes
lib/Catalyst/Authentication/Store/LDAP.pm
lib/Catalyst/Authentication/Store/LDAP/Backend.pm
lib/Catalyst/Authentication/Store/LDAP/User.pm

diff --git a/Changes b/Changes
index de26341..5b24ffc 100644 (file)
--- 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)
 
index bc44685..b07cccd 100644 (file)
@@ -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;
 
index bd2276e..d372b4b 100644 (file)
@@ -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;
index 7a6954d..e0b6e7f 100644 (file)
@@ -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/) }