]> Sergey Matveev's repositories - public-inbox.git/commit
tmpfile: modernize to 5.10.1+, note O_APPEND workaround
authorEric Wong <e@80x24.org>
Fri, 16 Oct 2020 07:05:10 +0000 (07:05 +0000)
committerEric Wong <e@80x24.org>
Fri, 16 Oct 2020 17:15:32 +0000 (17:15 +0000)
commitc51b6340a05cf11f7b0b3bb978288ade2f930c4a
treec15ee8054d8f4b7b691c827f55f8c85edb5758c9
parent28704f95181f193e20856b7b52454e8cf0e57a57
tmpfile: modernize to 5.10.1+, note O_APPEND workaround

Once again we'll need O_APPEND on a temporary file, so note we
support it, here; since Perl 5.32 is way too new to depend on
our users having.
lib/PublicInbox/Tmpfile.pm