From 23ab0c940fc0ec62d014617ce80ae72fbe57a8bc Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sat, 2 Dec 2017 11:36:21 +0100 Subject: [PATCH] Remove declarations no longer needeid after import We imported some lines which do no longer have a function now. Remove them. --- clusterd | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/clusterd b/clusterd index 150f802..01a8acc 100755 --- a/clusterd +++ b/clusterd @@ -17,11 +17,6 @@ use IO::Pipe; #-------------------------------------- package My::Select; -use warnings; -use strict; - -our $VERSION = '1.00'; - use Donald::Callback 1.01 ; use Donald::Tools; @@ -166,20 +161,14 @@ sub run } } -1; #-------------------------------------- package My::Select::INET ; -use warnings; -use strict; - use Carp; use IO::Socket::INET; use Digest::MD5; use Storable; -our $VERSION = '1.00'; - our $UDP_MAX=1472; # for broadcast on alphas