diff options
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | lib/Smokeping/Master.pm | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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; |