ENIGMA2: suppress warning for my $_ with newer Perl versions, forum #msg251194

git-svn-id: https://svn.fhem.de/fhem/trunk@7703 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2015-01-25 10:54:27 +00:00
parent fbaf3bb275
commit 219f073312

View File

@@ -58,6 +58,8 @@ use IO::Socket;
use HttpUtils;
use Encode;
no warnings 'experimental::lexical_topic';
sub ENIGMA2_Set($@);
sub ENIGMA2_Get($@);
sub ENIGMA2_GetStatus($;$);