2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 02:59:49 +00:00

contrib/98_LW12.pm: prevent annoying experimental warning for switch

git-svn-id: https://svn.fhem.de/fhem/trunk@28717 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2024-03-28 12:59:45 +00:00
parent c4e0e4f3db
commit da750fb7aa

View File

@ -39,7 +39,7 @@
package main;
use strict;
use warnings;
use feature qw/say switch/;
use experimental qw/say switch/;
use IO::Socket;
# include this for the self-calling timer we use later on