This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update ExtUtils-MakeMaker to CPAN version 6.78
[perl5.git] / cpan / ExtUtils-MakeMaker / t / FIRST_MAKEFILE.t
index 71f65f8..9b5269a 100644 (file)
@@ -3,7 +3,10 @@
 BEGIN {
     unshift @INC, 't/lib';
 }
-chdir 't';
+
+use File::Temp qw[tempdir];
+my $tmpdir = tempdir( DIR => 't', CLEANUP => 1 );
+chdir $tmpdir;
 
 use strict;
 use Test::More tests => 7;