Added missed use in Tools.pm

This commit is contained in:
fbsanchez 2017-09-06 18:50:03 +02:00
parent c4a709acf1
commit 60424e5be2
1 changed files with 1 additions and 0 deletions

View File

@ -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;