Patch for FreeBSD
This commit is contained in:
parent
672740685c
commit
b951c4dc04
3 changed files with 35 additions and 12 deletions
|
|
@ -5,6 +5,7 @@ package LDAP;
|
|||
use v5.10.1;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Carp;
|
||||
|
||||
use Net::LDAPS;
|
||||
use Net::LDAP::Util qw(ldap_error_text);
|
||||
|
|
|
|||
Reference in a new issue