2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

fhem.pl: import time from Time::HiRes (Forum #127125)

git-svn-id: https://svn.fhem.de/fhem/trunk@25922 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-04-05 08:55:13 +00:00
parent e457f4ade5
commit 0635ed35b4

View File

@ -4,7 +4,7 @@
#
# Copyright notice
#
# (c) 2005-2020
# (c) 2005-2022
# Copyright: Rudolf Koenig (rudolf dot koenig at fhem dot de)
# All rights reserved
#
@ -27,7 +27,7 @@ use warnings;
use lib '.';
use IO::Socket;
use IO::Socket::INET;
use Time::HiRes qw(gettimeofday);
use Time::HiRes qw(gettimeofday time);
use Scalar::Util qw(looks_like_number);
use POSIX;
use File::Copy qw(copy);