Revert #32197, should not be needed anymore since the upgrade
Rafael Garcia-Suarez [Wed, 31 Oct 2007 10:37:47 +0000 (10:37 +0000)]
of ExtUtils::CBuilder

p4raw-id: //depot/perl@32207

lib/Module/Build/t/xs.t

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