projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3792316
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Module/Build/t/xs.t
b/lib/Module/Build/t/xs.t
index
f377981
..
25e1759
100644
(file)
--- 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;
########################################