ENIGMA2: fix warnings suppression for older Perl versions

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7724 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2015-01-25 18:45:04 +00:00
parent 6ce639acb8
commit 15b4cf82fa

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($@);