From: Rafael Garcia-Suarez Date: Wed, 31 Oct 2007 10:37:47 +0000 (+0000) Subject: Revert #32197, should not be needed anymore since the upgrade X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69f75412c24fce552b8b5e9d850d902224e3272b;p=p5sagit%2Fp5-mst-13.2.git Revert #32197, should not be needed anymore since the upgrade of ExtUtils::CBuilder p4raw-id: //depot/perl@32207 --- diff --git a/lib/Module/Build/t/xs.t b/lib/Module/Build/t/xs.t index f377981..25e1759 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; ########################################