don't rely on loading of Net::LDAP::Entry by Net::LDAP
Alexander Hartmaier [Tue, 24 Nov 2015 13:39:44 +0000 (14:39 +0100)]
lib/Catalyst/Authentication/Store/LDAP/User.pm

index 79c4f37..96dc6e7 100644 (file)
@@ -49,6 +49,7 @@ use base qw( Catalyst::Authentication::User Class::Accessor::Fast );
 use strict;
 use warnings;
 use Scalar::Util qw/refaddr/;
+use Net::LDAP::Entry;
 
 our $VERSION = '1.015';