mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 09:49:50 +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:
parent
c4e0e4f3db
commit
da750fb7aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user