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:
loredo
2015-01-25 18:45:04 +00:00
parent 0349d99dcf
commit e9cf9cffb3

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