mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
75_MSG.pm,75_msGconfig.pm: remove experimental::lexical_topic
git-svn-id: https://svn.fhem.de/fhem/trunk@11843 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
60a8d9cb26
commit
57b0698c0e
@ -39,7 +39,6 @@ use Time::HiRes qw(time);
|
||||
use Data::Dumper;
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
|
||||
|
||||
sub CommandMsg($$;$$);
|
||||
|
||||
|
@ -38,7 +38,6 @@ use warnings;
|
||||
use Data::Dumper;
|
||||
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
|
||||
|
||||
sub msgConfig_Set($@);
|
||||
sub msgConfig_Get($@);
|
||||
|
Loading…
Reference in New Issue
Block a user