summaryrefslogtreecommitdiff
path: root/t/pod
diff options
context:
space:
mode:
authorPrymmer/Kahn <pvhp@best.com>2001-06-21 16:45:15 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-22 12:11:08 +0000
commit7717d7fd47c816dc7a9ba8caed2e475728fa368f (patch)
tree5920c1aa54a78bfe310eb2d696df633abbf928cf /t/pod
parent90f52dff31b0b690d859c174646bf78980dd7dbd (diff)
downloadperl-7717d7fd47c816dc7a9ba8caed2e475728fa368f.tar.gz
clean up after t/pod/plainer.t on Win32
Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10818
Diffstat (limited to 't/pod')
-rw-r--r--t/pod/plainer.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/pod/plainer.t b/t/pod/plainer.t
index 7bc0b8dde3..293edbbe17 100644
--- 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 {