Skip to content
Snippets Groups Projects
Commit f96b28c0 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Added missing Sys::Syslog import (closes #1730)

parent 6ffded5c
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ package WardenClientCommon; ...@@ -10,6 +10,7 @@ package WardenClientCommon;
use strict; use strict;
use Carp; use Carp;
use Sys::Syslog;
use Net::SSLeay qw(post_https make_headers make_form use Net::SSLeay qw(post_https make_headers make_form
load_error_strings load_error_strings
......
...@@ -13,6 +13,7 @@ use Carp; ...@@ -13,6 +13,7 @@ use Carp;
use SOAP::Lite; use SOAP::Lite;
use IO::Socket::SSL qw(debug1); use IO::Socket::SSL qw(debug1);
use SOAP::Transport::HTTP; use SOAP::Transport::HTTP;
use Sys::Syslog;
our $VERSION = "2.2"; our $VERSION = "2.2";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment