summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--lib/Smokeping/Master.pm1
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index bc2b129..6ea1e16 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+* remove a leftover 'use HTTP::Request' from Smokeping::Master -- niko
* document the LWP dependency of the Smokeping::Slave module -- niko
* fix restart behaviour of clients in multiprocess mode. now we just send
ourself a SIGHUP and let 'it' happen -- tobi
diff --git a/lib/Smokeping/Master.pm b/lib/Smokeping/Master.pm
index 065270b..e47159e 100644
--- a/lib/Smokeping/Master.pm
+++ b/lib/Smokeping/Master.pm
@@ -1,6 +1,5 @@
# -*- perl -*-
package Smokeping::Master;
-use HTTP::Request;
use Data::Dumper;
use Storable qw(nstore_fd dclone fd_retrieve);
use strict;