2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

fhem.pl: remove perl 5.8.9 warnings (and have a consistent "use POSIX")

git-svn-id: https://svn.fhem.de/fhem/trunk@13259 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-01-28 17:39:39 +00:00
parent faf306a83a
commit 974efd005a
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ package main;
use strict;
use warnings;
use POSIX;
sub
Utils_Initialize($$)

View File

@ -36,7 +36,7 @@ use lib '.';
use IO::Socket;
use Time::HiRes qw(gettimeofday);
use Scalar::Util qw(looks_like_number);
use Errno qw(:POSIX);
use POSIX;
##################################################
# Forward declarations