]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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)

No differences found