]> Sergey Matveev's repositories - public-inbox.git/commit
spawn_pp: fix incorrect `use'
authorEric Wong <e@80x24.org>
Thu, 9 Feb 2023 21:53:20 +0000 (21:53 +0000)
committerEric Wong <e@80x24.org>
Thu, 9 Feb 2023 22:09:40 +0000 (22:09 +0000)
commit5541df4f6dbf7d58590a65cff39288e6005228b0
treef0f5dcd75e517b174f438ab0f4494b6fd452c986
parent0830817c132cb105291104937a645d30efe06db1
spawn_pp: fix incorrect `use'

We can't `use PublicInbox::Spawn' from SpawnPP because
PublicInbox::Spawn loads SpawnPP from BEGIN.

Fixes: 9eb8baf199cd148b (spawn_pp: use `which()' properly for pure-Perl spawn, 2023-01-29)
lib/PublicInbox/SpawnPP.pm