From 69f75412c24fce552b8b5e9d850d902224e3272b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 31 Oct 2007 10:37:47 +0000 Subject: [PATCH] Revert #32197, should not be needed anymore since the upgrade of ExtUtils::CBuilder p4raw-id: //depot/perl@32207 --- lib/Module/Build/t/xs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Module/Build/t/xs.t b/lib/Module/Build/t/xs.t index f377981e7a..25e1759ec2 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; ######################################## -- 2.34.1