This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure temp directories are cleaned up.
authorJames E Keenan <jkeenan@cpan.org>
Thu, 26 Apr 2018 20:51:39 +0000 (16:51 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Tue, 1 May 2018 12:01:49 +0000 (08:01 -0400)
commite8d0f503dda9584e121438f7f871492195d9e3a5
treedf99c7594e3f682da0f010cfe8e844b71c1ec45f
parentb974d2c0b3ae119172675913e129ce2d772c9cfb
Ensure temp directories are cleaned up.

Tux reported that on certain platforms File::Temp::tempdir(CLEANUP => 1) was
not cleaning up after itself properly.  Guarantee that this cleanup takes
place in and END block.

Thread:
https://www.nntp.perl.org/group/perl.perl5.porters/2018/04/msg250757.html
dist/PathTools/t/cwd_enoent.t