mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
9 lines
82 B
Perl
9 lines
82 B
Perl
|
|
require 'ldap-client-lib.pl';
|
|
|
|
sub cpan_recommended
|
|
{
|
|
return ( "Net::LDAP" );
|
|
}
|
|
|