From 50258542e567784dcc7cdeb040bcaaf7f7b8df36 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 3 Jul 2019 22:07:43 +0200 Subject: [PATCH] fix subroutine &FHEM::UWZ::strftime --- 77_UWZ.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/77_UWZ.pm b/77_UWZ.pm index 87ab3e2..d5322fe 100644 --- a/77_UWZ.pm +++ b/77_UWZ.pm @@ -44,6 +44,7 @@ package FHEM::UWZ; use strict; use feature qw/say switch/; use warnings; +use POSIX; use GPUtils qw(GP_Import GP_Export); use FHEM::Meta; use Data::Dumper; # Debug only