]> Sergey Matveev's repositories - public-inbox.git/commit
lei: always use 3-arg open perlop
authorEric Wong <e@80x24.org>
Mon, 22 Nov 2021 18:38:09 +0000 (18:38 +0000)
committerEric Wong <e@80x24.org>
Mon, 22 Nov 2021 21:36:50 +0000 (21:36 +0000)
commit10e0e2052b2c2a4bb405cfbb4c2c72464671152d
tree6cbb9322deeb41d5b1f2e86b07e07d0e37981e2e
parent74f027ca317067f7ae7289b15465d6a49078f65c
lei: always use 3-arg open perlop

Future-proofing in case future versions of Perl warn on this, since
2-arg forms of open may be subject to injection vulnerabilities
with non-literal args.
lib/PublicInbox/LEI.pm