2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +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:
herrmannj 2020-03-30 22:56:44 +00:00
parent f9f0a6d62e
commit 30c0c8c4bc

View File

@ -1484,6 +1484,8 @@ use warnings;
use utf8;
use Time::Local qw ( timelocal );
no warnings qw( experimental::lexical_subs );
# static and helper
sub normalizeTime {
my ($m, $h, $d) = @_;