summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/ldap.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/ldap.pm b/urpm/ldap.pm
index f93dde73..9a997fef 100644
--- a/urpm/ldap.pm
+++ b/urpm/ldap.pm
@@ -7,7 +7,7 @@ use warnings;
use urpm;
use urpm::util;
use urpm::msg 'N';
-use Net::LDAP;
+require Net::LDAP;
(our $VERSION) = q($Revision$) =~ /(\d+)/;