[svn:Module-Build] r13558 - Module-Build/trunk/t

[email protected] Wed, 18 Nov 2009 08:47:10 -0800 (PST)
Newsgroups perl.module.build.checkins
Message-ID <[email protected]>
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) );
 }