2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

ENIGMA2: fix warnings suppression for older Perl versions

git-svn-id: https://svn.fhem.de/fhem/trunk@7724 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-01-25 18:45:04 +00:00
parent 47e01547c4
commit 1060cd561b

View File

@ -58,7 +58,7 @@ use IO::Socket;
use HttpUtils;
use Encode;
no warnings 'experimental::lexical_topic';
no warnings "all";
sub ENIGMA2_Set($@);
sub ENIGMA2_Get($@);