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


No differences found