Author: dagolden
Date: Wed Nov 18 08:47:10 2009
New Revision: 13558

Modified:
   Module-Build/trunk/t/xs.t

Log:
merge xs.t changes from blead

Modified: Module-Build/trunk/t/xs.t
==============================================================================
--- Module-Build/trunk/t/xs.t   (original)
+++ Module-Build/trunk/t/xs.t   Wed Nov 18 08:47:10 2009
@@ -24,7 +24,7 @@
     plan tests => 20;
   }
   require Cwd;
-  $tmp = MBTest->tmpdir( $tmp_exec ? undef : Cwd::cwd );
+  $tmp = MBTest->tmpdir( $tmp_exec ? () : (DIR => Cwd::cwd) );
 }
 
 

Reply via email to