summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Module-Build/t/xs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Module-Build/t/xs.t b/cpan/Module-Build/t/xs.t
index 6d167c8539..9471c1ab95 100644
--- a/cpan/Module-Build/t/xs.t
+++ b/cpan/Module-Build/t/xs.t
@@ -24,7 +24,7 @@ blib_load('Module::Build');
plan tests => 20;
}
require Cwd;
- $tmp = MBTest->tmpdir( $tmp_exec ? undef : Cwd::cwd );
+ $tmp = MBTest->tmpdir( $tmp_exec ? () : (DIR => Cwd::cwd) );
}