]> Sergey Matveev's repositories - public-inbox.git/commitdiff
edit: use OO API of File::Temp to shorten lifetime
authorEric Wong <e@80x24.org>
Fri, 15 Nov 2019 09:50:33 +0000 (09:50 +0000)
committerEric Wong <e@80x24.org>
Sat, 16 Nov 2019 11:05:23 +0000 (11:05 +0000)
Instead of relying on END{} blocks, rely on ->DESTROY
so the temporary files go out-of-scope and system
resources get released, sooner.


No differences found