Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
dd0c393b
Commit
dd0c393b
authored
Dec 08, 2018
by
IKEDA Soji
Browse files
Fix: Net::LDAP::Util module is optional.
parent
d1e49fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
dd0c393b
...
...
@@ -34,10 +34,10 @@ use English qw(-no_match_vars);
use
HTTP::
Request
;
use
IO::
Scalar
;
use
LWP::
UserAgent
;
use Net::LDAP::Util qw();
use
POSIX
qw()
;
use
Storable
qw()
;
BEGIN
{
eval
'
use IO::Socket::SSL
';
}
BEGIN
{
eval
'
use Net::LDAP::Util
';
}
use
Sympa
;
use
Conf
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment