Remove some unnecessary use statements
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Format.pm
index 8e895c08b95c91009f90b1af88a3ac4692697c7a..137b64cfe6603732c0d93eecc38d647711a62cea 100644 (file)
@@ -9,13 +9,9 @@ no if $] > 5.017011, warnings => 'experimental::smartmatch';
 use POSIX qw//;
 use File::Basename qw/fileparse/;
 use Gruntmaster::Daemon::Constants qw/TLE OLE DIED NZX/;
-use Log::Log4perl qw/get_logger/;
 use Time::HiRes qw/alarm/;
 use List::MoreUtils qw/natatime/;
 use IPC::Signal qw/sig_name sig_num/;
-use IPC::Open3 qw/open3/;
-use File::Spec::Functions qw/devnull/;
-use Fcntl qw/F_GETFD F_SETFD FD_CLOEXEC/;
 
 our $VERSION = '0.001';
 our @EXPORT_OK = qw/mkrun/;
This page took 0.009519 seconds and 4 git commands to generate.