mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
cbdbc44510
commit
172091af2b
@ -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($$);
|
||||||
|
@ -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($$);
|
||||||
|
@ -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($$);
|
||||||
|
@ -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($$);
|
||||||
|
@ -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 );
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user