Skip to content

Commit

Permalink
Remove/Move imports
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Dec 7, 2017
1 parent 3901aa7 commit fa4a96e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions clusterd
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ use Donald::Tools qw(encode sign check_sign decode);
use Donald::FileInfo;
use POSIX;
use IO::Pipe;
use Digest::MD5;

#-------------------------------------
package My::Select;

use Donald::Tools;

our $time=Donald::Tools::uptime();

sub My::Select::time
Expand Down Expand Up @@ -146,8 +145,6 @@ package My::Select::INET ;

use Carp;
use IO::Socket::INET;
use Digest::MD5;
use Storable;

our $UDP_MAX=1472; # for broadcast on alphas

Expand Down

0 comments on commit fa4a96e

Please sign in to comment.