2
0
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:
jpawlowski 2016-07-24 13:53:37 +00:00
parent 60a8d9cb26
commit 57b0698c0e
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ use Time::HiRes qw(time);
use Data::Dumper; use Data::Dumper;
no if $] >= 5.017011, warnings => 'experimental::smartmatch'; no if $] >= 5.017011, warnings => 'experimental::smartmatch';
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
sub CommandMsg($$;$$); sub CommandMsg($$;$$);

View File

@ -38,7 +38,6 @@ use warnings;
use Data::Dumper; use Data::Dumper;
no if $] >= 5.017011, warnings => 'experimental::smartmatch'; no if $] >= 5.017011, warnings => 'experimental::smartmatch';
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
sub msgConfig_Set($@); sub msgConfig_Set($@);
sub msgConfig_Get($@); sub msgConfig_Get($@);