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:
parent
faf306a83a
commit
974efd005a
@ -4,7 +4,6 @@ package main;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use POSIX;
|
|
||||||
|
|
||||||
sub
|
sub
|
||||||
Utils_Initialize($$)
|
Utils_Initialize($$)
|
||||||
|
@ -36,7 +36,7 @@ use lib '.';
|
|||||||
use IO::Socket;
|
use IO::Socket;
|
||||||
use Time::HiRes qw(gettimeofday);
|
use Time::HiRes qw(gettimeofday);
|
||||||
use Scalar::Util qw(looks_like_number);
|
use Scalar::Util qw(looks_like_number);
|
||||||
use Errno qw(:POSIX);
|
use POSIX;
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
# Forward declarations
|
# Forward declarations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user