projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d79a7a3
)
Close the file so it can be (a) removed (b) reopened.
Jarkko Hietaniemi [Mon, 18 Mar 2002 22:18:37 +0000 (22:18 +0000)]
p4raw-id: //depot/perl@15309
ext/B/t/xref.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/t/xref.t
b/ext/B/t/xref.t
index
10f868a
..
8b14355
100644
(file)
--- a/
ext/B/t/xref.t
+++ b/
ext/B/t/xref.t
@@
-94,6
+94,7
@@
is(
);
END {
+ close XREF;
1 while unlink $file;
}