]> Sergey Matveev's repositories - public-inbox.git/commit
spawnpp: use env(1) for mod_perl compatibility
authorEric Wong <e@80x24.org>
Mon, 29 Feb 2016 01:32:24 +0000 (01:32 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Feb 2016 01:32:24 +0000 (01:32 +0000)
commit83770743503dfab6ac337bf053fb22a961c2cb54
treefb4f944f549c37a15e7ad1046f6e823e9663fcbb
parentc450d851f8cb466e275097bcc7bf13bfc9365b81
spawnpp: use env(1) for mod_perl compatibility

We cannot modify %ENV directly under mod_perl (even after forking!),
so use env(1) instead to pass the environment.
lib/PublicInbox/SpawnPP.pm