From f96b28c0b1df6b0cce5d1123fb1cdc9aaaff2558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz> Date: Mon, 14 Jul 2014 16:29:27 +0200 Subject: [PATCH] Added missing Sys::Syslog import (closes #1730) --- src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm | 1 + src/warden-client/lib/WardenClientCommon.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm b/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm index 9aa8887..2ea82e6 100755 --- a/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm +++ b/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm @@ -10,6 +10,7 @@ package WardenClientCommon; use strict; use Carp; +use Sys::Syslog; use Net::SSLeay qw(post_https make_headers make_form load_error_strings diff --git a/src/warden-client/lib/WardenClientCommon.pm b/src/warden-client/lib/WardenClientCommon.pm index db5cd58..2f4f64c 100755 --- a/src/warden-client/lib/WardenClientCommon.pm +++ b/src/warden-client/lib/WardenClientCommon.pm @@ -13,6 +13,7 @@ use Carp; use SOAP::Lite; use IO::Socket::SSL qw(debug1); use SOAP::Transport::HTTP; +use Sys::Syslog; our $VERSION = "2.2"; -- GitLab