]> Sergey Matveev's repositories - public-inbox.git/commit
spawn_pp: use `which()' properly for pure-Perl spawn
authorEric Wong <e@80x24.org>
Sun, 29 Jan 2023 09:45:11 +0000 (09:45 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 Jan 2023 06:42:26 +0000 (06:42 +0000)
commit9eb8baf199cd148b7ebf8e6e130fb832f4e1ef00
treeb89b0cc4e444c2f673902aa3b9605940b04380bc
parent4a2e1f38e75ef3ce8bffc8f2b59b18b32420c0fc
spawn_pp: use `which()' properly for pure-Perl spawn

I have no idea if mod_perl/mod_perl2 is used nowadays, but
we're stuck supporting it as long as mod_perl exists.  So
add some tests and make minor updates to existing ones to
ensure it stays working.
lib/PublicInbox/SpawnPP.pm
t/spawn.t