mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
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:
parent
adeab0bf30
commit
50f2df4cf7
@ -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($;$);
|
||||
|
Loading…
x
Reference in New Issue
Block a user