Update PREREQ_PM
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Format.pm
index 5f34a3325dd59d873874144dfd0b39b5dd1cd478..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/;
@@ -67,6 +63,7 @@ sub mkrun{
                                }
                        }
                        exec 'gruntmaster-exec', $args{mlimit} // 0, $args{olimit} // 0, command_and_args($format, $basename), exists $args{args} ? @{$args{args}} : ();
+                       exit 42
                }
        }
 }
This page took 0.01039 seconds and 4 git commands to generate.