mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-18 18:16:03 +00:00
98_JsonMod.pm: fix: remove warnings #109685
git-svn-id: https://svn.fhem.de/fhem/trunk@21549 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f9f0a6d62e
commit
30c0c8c4bc
@ -1484,6 +1484,8 @@ use warnings;
|
|||||||
use utf8;
|
use utf8;
|
||||||
use Time::Local qw ( timelocal );
|
use Time::Local qw ( timelocal );
|
||||||
|
|
||||||
|
no warnings qw( experimental::lexical_subs );
|
||||||
|
|
||||||
# static and helper
|
# static and helper
|
||||||
sub normalizeTime {
|
sub normalizeTime {
|
||||||
my ($m, $h, $d) = @_;
|
my ($m, $h, $d) = @_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user