]> Sergey Matveev's repositories - public-inbox.git/commit
GitCatFile: remove unnecessary FD_CLOEXEC setting
authorEric Wong <e@80x24.org>
Fri, 28 Aug 2015 00:21:46 +0000 (00:21 +0000)
committerEric Wong <e@80x24.org>
Fri, 28 Aug 2015 00:50:59 +0000 (00:50 +0000)
commit608b1e03008b44d7db88bee2b5b6b46cda7583e2
tree283c5f90dd264606a1ce8ddb9f1336e2cac8b864
parentc28dad3b89f1fc08c553e4efddb2e6740e4c6173
GitCatFile: remove unnecessary FD_CLOEXEC setting

Unless some idiot raises $^F, we should not have to care about
the close-on-exec flag.  Everything since Perl 3.0 seems to set
it by default, and 5.6 got more consistent about it.
lib/PublicInbox/GitCatFile.pm