We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b974d2c commit e8d0f50Copy full SHA for e8d0f50
dist/PathTools/t/cwd_enoent.t
@@ -47,4 +47,6 @@ foreach my $type (qw(regular perl)) {
47
48
chdir $tmp or die "$tmp: $!";
49
50
+END { chdir $tmp; }
51
+
52
1;
0 commit comments