[PATCH] xapcmd: rely on File::Temp cleanup for temporary dir

2023-06-08 Thread Eric Wong
remove_tree from File::Path 2.09 (from Perl 5.16.3 on CentOS 7.x) doesn't seem to work properly on File::Temp objects. Since File::Temp->newdir sets CLEANUP=>1 by default anyways, we'll just rely on that to perform cleanup instead of doing it ourselves. --- lib/PublicInbox/Xapcmd.pm | 1 - 1 fil

[PATCH] xapcmd: rely on File::Temp cleanup for temporary dir

2023-06-08 Thread Eric Wong
remove_tree from File::Path 2.09 (from Perl 5.16.3 on CentOS 7.x) doesn't seem to work properly on File::Temp objects. Since File::Temp->newdir sets CLEANUP=>1 by default anyways, we'll just rely on that to perform cleanup instead of doing it ourselves. --- lib/PublicInbox/Xapcmd.pm | 1 - 1 file