]> Sergey Matveev's repositories - public-inbox.git/commit
cgi: remove dependency on IPC::Run in CGI
authorEric Wong <e@80x24.org>
Wed, 30 Apr 2014 01:03:30 +0000 (01:03 +0000)
committerEric Wong <e@80x24.org>
Wed, 30 Apr 2014 01:07:35 +0000 (01:07 +0000)
commit6cd8fe54810e6f6659894df66f2a11ec96bb5114
tree3b9937c4387c8894099aa3ab3a919e1cf0dcafe3
parent05d1dac95a93902b5f2877d01c77f02c6455eb85
cgi: remove dependency on IPC::Run in CGI

We may not have PATH available on some servers (e.g. webrick)
and must rely on the hardcoded system PATH.  My installation of
IPC::Run does not seem to work without PATH set in the env,
however normal Perl "open" calls work fine.
lib/PublicInbox/Config.pm
public-inbox.cgi