]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
lei_mirror: use write_file to append configs
authorEric Wong <e@80x24.org>
Mon, 10 Feb 2025 21:09:33 +0000 (21:09 +0000)
committerEric Wong <e@80x24.org>
Tue, 11 Feb 2025 19:08:12 +0000 (19:08 +0000)
commit5b7ab3a41aa59dbc7891dfbc3d1e8d52264a85fc
treeee8576f85618369c49aea9bfa2948db0531d3901
parentdfa6e4fe24480771281b473b7b6559187a0f2d3f
lei_mirror: use write_file to append configs

It saves us a few lines of code and reduces unnecessary
error checking since the close done by write_file aleady
does autodie for error checking.
lib/PublicInbox/LeiMirror.pm