Band-aid to get xs.t working. Need to check that make distclean still
Rafael Garcia-Suarez [Sat, 27 Oct 2007 17:04:35 +0000 (17:04 +0000)]
works with that.

p4raw-id: //depot/perl@32197

lib/Module/Build/t/xs.t

index 25e1759..f377981 100644 (file)
@@ -102,7 +102,7 @@ ok ! -e 'blib';
 
 # cleanup
 chdir( $cwd ) or die "Can''t chdir to '$cwd': $!";
-$dist->remove;
+#$dist->remove;
 
 
 ########################################