Added missed use in Tools.pm
This commit is contained in:
parent
c4a709acf1
commit
60424e5be2
|
@ -26,6 +26,7 @@ use HTML::Entities;
|
|||
use Encode;
|
||||
use Socket qw(inet_ntoa inet_aton);
|
||||
use Sys::Syslog;
|
||||
use Scalar::Util qw(looks_like_number);
|
||||
|
||||
# New in 3.2. Used to sendmail internally, without external scripts
|
||||
# use Module::Loaded;
|
||||
|
|
Loading…
Reference in New Issue