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

36_JeeLink.pm: added missing use Time::Local; (forum : http://forum.fhem.de/index.php/topic,14786.msg347363.html#msg347363)

git-svn-id: https://svn.fhem.de/fhem/trunk@9562 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-10-20 17:05:44 +00:00
parent 8c61548579
commit a35ee4c62d

View File

@ -6,6 +6,7 @@ package main;
use strict;
use warnings;
use Time::HiRes qw(gettimeofday);
use Time::Local;
sub JeeLink_Attr(@);
sub JeeLink_Clear($);