mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +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:
parent
faf306a83a
commit
974efd005a
@ -4,7 +4,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use POSIX;
|
||||
|
||||
sub
|
||||
Utils_Initialize($$)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user