projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
90f52df
)
clean up after t/pod/plainer.t on Win32
Prymmer/Kahn [Thu, 21 Jun 2001 23:45:15 +0000 (16:45 -0700)]
Message-ID: <Pine.BSF.4.21.
0106212341510
.6026-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10818
t/pod/plainer.t
patch
|
blob
|
blame
|
history
diff --git
a/t/pod/plainer.t
b/t/pod/plainer.t
index
7bc0b8d
..
293edbb
100644
(file)
--- a/
t/pod/plainer.t
+++ b/
t/pod/plainer.t
@@
-31,6
+31,8
@@
while( <DATA> ) {
print "not ";
}
printf "ok %d\n", ++$test;
+ close OUT;
+ close IN;
}
END {