Merge branch 'wux-fix' into 'develop'
Added missed use in Tools.pm See merge request !790
This commit is contained in:
commit
11de97b2fb
|
@ -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