From 79ff69f3f0afea45ad1d7e28fe7df52129df3f81 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 18 Nov 2009 09:52:12 +0000 Subject: Correct the arguments to MBTest->tmpdir() to reflect implementation changes. --- cpan/Module-Build/t/xs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); } -- cgit v1.2.1