On Oct 26, 2007, at 11:24 PM, Ken Williams wrote:

The following band-aid will get blead working, at least.

 -Ken

--- lib/Module/Build/t/xs.t~    2007-10-25 04:50:40.000000000 -0500
+++ lib/Module/Build/t/xs.t     2007-10-26 23:16:00.000000000 -0500
@@ -102,7 +102,7 @@

 # cleanup
 chdir( $cwd ) or die "Can''t chdir to '$cwd': $!";
-$dist->remove;
+#$dist->remove;


 ########################################

I've fixed the underlying issue in ExtUtils::CBuilder (by adding a call to Cwd::realpath()) that was causing this, so if EU::CB 0.21 is imported into blead this band-aid could be removed now.

 -Ken

Reply via email to