mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-02 15:34:05 +01:00
ProcessManager: remove unused modules
This commit is contained in:
parent
7889e654be
commit
130f1ae81b
@ -15,8 +15,6 @@ use feature 'unicode_strings';
|
|||||||
|
|
||||||
use POSIX qw(WNOHANG);
|
use POSIX qw(WNOHANG);
|
||||||
use JSON;
|
use JSON;
|
||||||
use IPC::Run qw/run timeout/;
|
|
||||||
use Encode;
|
|
||||||
|
|
||||||
# automatically reap children processes in background
|
# automatically reap children processes in background
|
||||||
$SIG{CHLD} = sub { while (waitpid(-1, WNOHANG) > 0) {} };
|
$SIG{CHLD} = sub { while (waitpid(-1, WNOHANG) > 0) {} };
|
||||||
|
Loading…
Reference in New Issue
Block a user