From: Rafael Garcia-Suarez Date: Sat, 27 Oct 2007 17:04:35 +0000 (+0000) Subject: Band-aid to get xs.t working. Need to check that make distclean still X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d8d4e4f455022d7fa2a4f1ee7254bb1b14898e5;p=p5sagit%2Fp5-mst-13.2.git Band-aid to get xs.t working. Need to check that make distclean still works with that. p4raw-id: //depot/perl@32197 --- diff --git a/lib/Module/Build/t/xs.t b/lib/Module/Build/t/xs.t index 25e1759..f377981 100644 --- a/lib/Module/Build/t/xs.t +++ b/lib/Module/Build/t/xs.t @@ -102,7 +102,7 @@ ok ! -e 'blib'; # cleanup chdir( $cwd ) or die "Can''t chdir to '$cwd': $!"; -$dist->remove; +#$dist->remove; ########################################