]> Sergey Matveev's repositories - public-inbox.git/commit
spawn: support send_fd+recv_fd w/o IO::FDPass
authorEric Wong <e@80x24.org>
Sun, 3 Jan 2021 09:48:42 +0000 (09:48 +0000)
committerEric Wong <e@80x24.org>
Sun, 3 Jan 2021 18:24:02 +0000 (18:24 +0000)
commit0939882b8a883e3f034bd059cdec4984d36f4ac7
tree30eca9c9e77272bc255a0eafccacdf74e03104c2
parent45f8f0fefb56723efe1b8ab0a1c041f5196e7a20
spawn: support send_fd+recv_fd w/o IO::FDPass

IO::FDPass may be an extra installation burden I don't want to
impose on users.  We only support Linux and *BSDs, however.
lib/PublicInbox/LEI.pm
lib/PublicInbox/Spawn.pm
script/lei
t/lei.t
t/spawn.t