]> Sergey Matveev's repositories - public-inbox.git/commit
avoid File::Temp::tempfile in more places
authorEric Wong <e@yhbt.net>
Mon, 10 Aug 2020 02:11:58 +0000 (02:11 +0000)
committerEric Wong <e@yhbt.net>
Mon, 10 Aug 2020 05:56:07 +0000 (05:56 +0000)
commit67380a130f18b5b3abbee82346ff7c15185f41e8
tree98c68c6cc8d6d9aec7fd5216f48e70af93303bd7
parent6f9a86728b98887ae0d76234afb2679b6f6dd4ae
avoid File::Temp::tempfile in more places

We can use open(..., undef) natively in Perl in t/import.t

In places where we need a pathname, the File::Temp OO API
gives us auto-unlinking for free.
lib/PublicInbox/V2Writable.pm
script/public-inbox-init
t/import.t