]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
xap_helper.pm: quiet undefined warnings at shutdown
authorEric Wong <e@80x24.org>
Mon, 23 Oct 2023 19:35:17 +0000 (19:35 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 Oct 2023 19:58:27 +0000 (19:58 +0000)
commit35de8fdcbf290e25cae479ad2afdf6f13836d5d8
tree767a7d969623db44d959e147c08c656761e0fa2c
parent7a957421b338873f02fe86189ad388602b3bdc36
xap_helper.pm: quiet undefined warnings at shutdown

We can't force EBADF with high-level I/O wrappers like we can
in C, so instead we quiet Perl itself.
lib/PublicInbox/XapHelper.pm