]> Sergey Matveev's repositories - public-inbox.git/commitdiff
xapcmd: replace Xtmpdirs with File::Temp->newdir
authorEric Wong <e@80x24.org>
Sun, 24 Nov 2019 00:22:33 +0000 (00:22 +0000)
committerEric Wong <e@80x24.org>
Sun, 24 Nov 2019 21:46:53 +0000 (21:46 +0000)
Since we're using Perl 5.10.1 and File::Temp 0.19+, we don't
need Xtmpdirs at all for cleaning up tempdirs on failure and
can just rely on the DESTROY handler provided by File::Temp.


No differences found