]> Sergey Matveev's repositories - public-inbox.git/commit
lei_input: avoid special case sub for --stdin
authorEric Wong <e@80x24.org>
Mon, 29 Mar 2021 07:08:23 +0000 (07:08 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Mar 2021 17:43:53 +0000 (13:43 -0400)
commit64233e6d87994bdda47bfaaf154d55ad8d7802c2
tree78a1a3c765b94cde913297e66e4777bdc6948c48
parentf844e21ecc703f7a1285ba88edee490a8e8fe462
lei_input: avoid special case sub for --stdin

We can consistently open /dev/stdin correctly nowadays, so
drop the input_stdin and just use the normal ->path_to_fd
code path.
lib/PublicInbox/LeiConvert.pm
lib/PublicInbox/LeiImport.pm
lib/PublicInbox/LeiInput.pm
lib/PublicInbox/LeiMark.pm