RESIDENTStk, 20_GUEST, 20_ROOMMATE, 10_RESIDENTS, 70_Pushover, 50_HP1000: remove experimental::lexical_topic

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11838 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2016-07-24 12:01:58 +00:00
parent cbdbc44510
commit 172091af2b
6 changed files with 0 additions and 6 deletions

View File

@ -33,7 +33,6 @@ use Data::Dumper;
require RESIDENTStk; require RESIDENTStk;
no if $] >= 5.017011, warnings => 'experimental::smartmatch'; no if $] >= 5.017011, warnings => 'experimental::smartmatch';
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
sub RESIDENTS_Set($@); sub RESIDENTS_Set($@);
sub RESIDENTS_Define($$); sub RESIDENTS_Define($$);

View File

@ -33,7 +33,6 @@ use Data::Dumper;
require RESIDENTStk; require RESIDENTStk;
no if $] >= 5.017011, warnings => 'experimental::smartmatch'; no if $] >= 5.017011, warnings => 'experimental::smartmatch';
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
sub GUEST_Set($@); sub GUEST_Set($@);
sub GUEST_Define($$); sub GUEST_Define($$);

View File

@ -33,7 +33,6 @@ use Data::Dumper;
require RESIDENTStk; require RESIDENTStk;
no if $] >= 5.017011, warnings => 'experimental::smartmatch'; no if $] >= 5.017011, warnings => 'experimental::smartmatch';
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
sub ROOMMATE_Set($@); sub ROOMMATE_Set($@);
sub ROOMMATE_Define($$); sub ROOMMATE_Define($$);

View File

@ -35,7 +35,6 @@ use Data::Dumper;
use FHEM::98_dewpoint; use FHEM::98_dewpoint;
no if $] >= 5.017011, warnings => 'experimental::smartmatch'; no if $] >= 5.017011, warnings => 'experimental::smartmatch';
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
sub HP1000_Define($$); sub HP1000_Define($$);
sub HP1000_Undefine($$); sub HP1000_Undefine($$);

View File

@ -58,7 +58,6 @@ use SetExtensions;
use Encode; use Encode;
no if $] >= 5.017011, warnings => 'experimental::smartmatch'; no if $] >= 5.017011, warnings => 'experimental::smartmatch';
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
my %sets = ( "msg" => 1 ); my %sets = ( "msg" => 1 );

View File

@ -25,7 +25,6 @@
############################################################################## ##############################################################################
no if $] >= 5.017011, warnings => 'experimental::smartmatch'; no if $] >= 5.017011, warnings => 'experimental::smartmatch';
no if $] >= 5.017011, warnings => 'experimental::lexical_topic';
##################################### #####################################
# PRE-DEFINITION: wakeuptimer # PRE-DEFINITION: wakeuptimer