]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Spawn.pm
treewide: "require" + "use" cleanup and docs
[public-inbox.git] / lib / PublicInbox / Spawn.pm
index 6eea2b9c7ff0886d5e5b0756a5ceb1da04253d30..1c74a5964aa59235d51eaa6af7bbb9b37fecb4eb 100644 (file)
@@ -15,7 +15,6 @@ use strict;
 use warnings;
 use base qw(Exporter);
 use Symbol qw(gensym);
-use IO::Handle;
 use PublicInbox::ProcessPipe;
 our @EXPORT_OK = qw/which spawn popen_rd/;
 sub RLIMITS () { qw(RLIMIT_CPU RLIMIT_CORE RLIMIT_DATA) }