diff options
Diffstat (limited to 'cpan/Module-Build/t/xs.t')
-rw-r--r-- | cpan/Module-Build/t/xs.t | 2 |
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) ); } |