@@ -, +, @@ --- C4/SIP/SIPServer.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/SIP/SIPServer.pm +++ a/C4/SIP/SIPServer.pm @@ -8,7 +8,6 @@ use lib "$Bin"; use Net::Server::PreFork; use IO::Socket::INET; use Socket qw(:DEFAULT :crlf); -use Scalar::Util qw(blessed); require UNIVERSAL::require; use C4::Context; --