]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
git: rely on autodie for sysseek/sysread/truncate
authorEric Wong <e@80x24.org>
Sat, 18 Jan 2025 01:26:12 +0000 (01:26 +0000)
committerEric Wong <e@80x24.org>
Tue, 21 Jan 2025 22:37:01 +0000 (22:37 +0000)
commit6623cc623f0d7135b9e49ca4d1de1c99f2098866
tree9907a71a3d72fa845124f80e00fbb411768b099f
parent94c9dee82ececdf4908097660ec430f3d57949d9
git: rely on autodie for sysseek/sysread/truncate

Error messages are more consistent with autodie.  We'll also
drop autodie::read since it's no longer in use for this package.
lib/PublicInbox/Git.pm