]> Sergey Matveev's repositories - public-inbox.git/commitdiff
fetch: eliminate File::Temp->filename var
authorEric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:32:01 +0000 (05:32 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:57 +0000 (23:38 +0000)
File::Temp objects are overloaded to automatically
call ->filename when stringified, so there's no need
to store the ->filename result on the Perl stack.


No differences found