Archived
1
0
Fork 0

Patch for FreeBSD

This commit is contained in:
Mercier Pierre-Olivier 2013-09-28 23:11:46 +02:00
commit b951c4dc04
3 changed files with 35 additions and 12 deletions

View file

@ -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);