summaryrefslogtreecommitdiffstatsabout
path: root/lib/DJabberd
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2010-02-15 19:40:43 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2010-02-15 19:40:43 (GMT)
commitac3b00e4ea867a21eaeb77379f0d6bb315f387ae (patch)
treef3e138c9a2ffc37b48439c80949fba176497b70d /lib/DJabberd
parente3d359cafab3541d0ad3fdb138dba5bd4bdee40f (diff)
require DJabberd::Log (RT #39091)
Diffstat (limited to 'lib/DJabberd')
-rw-r--r--lib/DJabberd/Plugin/VCard/LDAP.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DJabberd/Plugin/VCard/LDAP.pm b/lib/DJabberd/Plugin/VCard/LDAP.pm
index 1320dd8..1ecebb7 100644
--- a/lib/DJabberd/Plugin/VCard/LDAP.pm
+++ b/lib/DJabberd/Plugin/VCard/LDAP.pm
@@ -7,6 +7,7 @@ use base 'DJabberd::Plugin::VCard';
7 7
8use Net::LDAP; 8use Net::LDAP;
9use MIME::Base64; 9use MIME::Base64;
10use DJabberd::Log;
10 11
11our $logger = DJabberd::Log->get_logger(); 12our $logger = DJabberd::Log->get_logger();
12 13