]> Sergey Matveev's repositories - public-inbox.git/commit
lei up --all: avoid double-close on shared STDOUT
authorEric Wong <e@80x24.org>
Fri, 3 Sep 2021 08:54:24 +0000 (08:54 +0000)
committerEric Wong <e@80x24.org>
Fri, 3 Sep 2021 08:57:34 +0000 (08:57 +0000)
commit059f92ef0d66677cce0b0d011748f7fcc1697a51
tree05f0f227f3372b212fe871c2c2e44e1938696faa
parent7e29f0aa79e3e559379ebfa8bb8b17eabdb6db1a
lei up --all: avoid double-close on shared STDOUT

This is merely to avoid perl setting errors internally which
were not user visible.  The double-close wasn't a problem in
practice since we open a new file hanlde for the mbox or
mbox.gz anyways, so the new t/lei-up.t test case shows no
regressions nor fixes.
MANIFEST
lib/PublicInbox/LeiUp.pm
t/lei-up.t [new file with mode: 0644]