projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
06e52bf
)
Band-aid to get xs.t working. Need to check that make distclean still
Rafael Garcia-Suarez [Sat, 27 Oct 2007 17:04:35 +0000 (17:04 +0000)]
works with that.
p4raw-id: //depot/perl@32197
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
25e1759
..
f377981
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;
########################################