mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
98_HTTPMOD: remove qw(:all) wehen importing SetExtensions
git-svn-id: https://svn.fhem.de/fhem/trunk@29159 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2c3f566b2e
commit
5231253574
@ -61,7 +61,7 @@ use warnings;
|
||||
use GPUtils qw(:all);
|
||||
use Time::HiRes qw(gettimeofday);
|
||||
use Encode qw(decode encode);
|
||||
use SetExtensions qw(:all);
|
||||
use SetExtensions;
|
||||
use HttpUtils;
|
||||
use FHEM::HTTPMOD::Utils qw(:all);
|
||||
use POSIX;
|
||||
|
Loading…
Reference in New Issue
Block a user